3 lines
48 B
Rust
3 lines
48 B
Rust
/// A file descriptor type
|
|
pub type Fd = usize;
|
/// A file descriptor type
|
|
pub type Fd = usize;
|