Struct root_io::FileItem
[−]
[src]
pub struct FileItem { /* fields omitted */ }Describes a single item within this file (e.g. a Tree)
Methods
impl FileItem[src]
fn as_tree(&self) -> Result<Tree, Error>[src]
Parse this item as a Tree. Instead one could also call
parse_with with the ttree parser
fn verbose_info(&self) -> String[src]
Information about this file item in Human readable form