macro_rules! impl_from_raw_fd {
($($t:ident)*) => { ... };
}
Available on (Unix or HermitCore or
target_os=trusty
or WASI) and non-target_os=trusty
only.macro_rules! impl_from_raw_fd {
($($t:ident)*) => { ... };
}
target_os=trusty
or WASI) and non-target_os=trusty
only.