Module snarkvm_wasm::os::unix::prelude
1.0.0 · source · Available on Unix only.
Expand description
A prelude for conveniently writing platform-specific code.
Includes all extension traits, and some important type definitions.
Structs
A borrowed file descriptor.
An owned file descriptor.
Traits
A trait to borrow the file descriptor from an underlying object.
A trait to extract the raw file descriptor from an underlying object.
Unix-specific extensions to the
process::Command builder.Unix-specific extension methods for
fs::DirEntry.Unix-specific extensions to
process::ExitStatus and
ExitStatusError.Unix-specific extensions for
fs::FileType.A trait to express the ability to construct an object from a raw file
descriptor.
A trait to express the ability to consume an object and acquire ownership of
its raw file descriptor.
Unix-specific extensions to
JoinHandle.Unix-specific extensions to
fs::Metadata.Unix-specific extensions to
fs::OpenOptions.Platform-specific extensions to
OsString.Unix-specific extensions to
fs::Permissions.Type Definitions
Raw file descriptors.