pub type SetFdResult = Result<(), SetFdError>;
Expand description
Represents the result of setting a flag to file descriptor through syscalls
Aliased Type§
pub enum SetFdResult {
Ok(()),
Err(SetFdError),
}
pub type SetFdResult = Result<(), SetFdError>;
Represents the result of setting a flag to file descriptor through syscalls
pub enum SetFdResult {
Ok(()),
Err(SetFdError),
}