shell::platform

Type Alias FileDesc

Source
pub type FileDesc = <Sys as Platform>::FileDesc;

Trait Implementations§

Source§

impl TryFrom<&mut Arg> for FileDesc

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(arg: &mut Arg) -> Result<Self, Self::Error>

Performs the conversion.