Trait sn_api::files::GetAttr[][src]

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

Required methods

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

Loading content...

Implementors

impl GetAttr for FileItem[src]

Loading content...