shell
0.11.0
File
Desc
Trait Implementations
TryFrom<&mut Arg>
In shell::
platform
shell
::
platform
Type Alias
FileDesc
Copy item path
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.