Searched refs:FileDescriptor (Results 1 – 2 of 2) sorted by relevance
18 pub struct FileDescriptor(usize); struct
8 FileDescriptor,296 pub fn parse_fd(s: &str) -> Result<FileDescriptor, ParseError> { in parse_fd() argument309 return Ok(FileDescriptor(fd as usize)); in parse_fd()