[][src]Trait async_vfs::VMetadata

pub trait VMetadata {
    pub fn path(&self) -> &str;
pub fn name(&self) -> &str;
pub fn ext(&self) -> &str;
pub fn is_dir(&self) -> bool;
pub fn is_file(&self) -> bool;
pub fn len(&self) -> u64; }

Required methods

pub fn path(&self) -> &str[src]

pub fn name(&self) -> &str[src]

pub fn ext(&self) -> &str[src]

pub fn is_dir(&self) -> bool[src]

pub fn is_file(&self) -> bool[src]

pub fn len(&self) -> u64[src]

Loading content...

Implementors

Loading content...