Method lrs::file::File::list_attr

Returns an iterator over the attributes in this file.

Syntax

impl File {
    fn list_attr(&self) -> Result<ListAttrIterator, Errno>
}

See also