[][src]Trait safe_api::files::GetAttr

pub trait GetAttr {
    fn getattr(&self, key: &str) -> Result<&str>;
}

Required methods

fn getattr(&self, key: &str) -> Result<&str>

Loading content...

Implementors

impl GetAttr for FileItem[src]

Loading content...