Trait MetadataExt
trait MetadataExt
WASI-specific extensions to fs::Metadata.
Required Methods
fn dev(self: &Self) -> u64Returns the
st_devfield of the internalfilestat_tfn ino(self: &Self) -> u64Returns the
st_inofield of the internalfilestat_tfn nlink(self: &Self) -> u64Returns the
st_nlinkfield of the internalfilestat_t
Implementors
impl MetadataExt for fs::Metadata