Struct root_io::core::FileItem [] [src]

pub struct FileItem { /* fields omitted */ }

Describes a single item within this file (e.g. a Tree)

Methods

impl FileItem
[src]

[src]

Parse this item as a Tree. Instead one could also call parse_with with the ttree parser

[src]

Information about this file item in Human readable form

[src]

Trait Implementations

impl Debug for FileItem
[src]

[src]

Formats the value using the given formatter.