Trait std::os::wasi::io::AsRawFd [−][src]
🔬 This is a nightly-only experimental API. (
wasi_ext
)This is supported on WASI only.
A trait to extract the raw WASI file descriptor from an underlying object.
Required methods
fn as_raw_fd(&self) -> RawFd
[src]
🔬 This is a nightly-only experimental API. (
wasi_ext
)Extracts the raw file descriptor.
This method does not pass ownership of the raw file descriptor to the caller. The descriptor is only guaranteed to be valid while the original object has not yet been destroyed.