Trait MetadataExt

trait MetadataExt

WASI-specific extensions to fs::Metadata.

Required Methods

fn dev(self: &Self) -> u64

Returns the st_dev field of the internal filestat_t

fn ino(self: &Self) -> u64

Returns the st_ino field of the internal filestat_t

fn nlink(self: &Self) -> u64

Returns the st_nlink field of the internal filestat_t

Implementors