Struct root_io::tree_reader::Tree [] [src]

pub struct Tree { /* fields omitted */ }

A Tree is the default "container" for datasets in Root files The data is oranized in so-called branches. This type is exposed only for the purpose of creating ColumnFixedIntoIter and ColumnVarIntoIter objects from it.

Methods

impl<'s> Tree
[src]

[src]

Get all the branch names and types (including nested ones) of this tree The first element is the name, the second one is the type

Trait Implementations

impl Debug for Tree
[src]

[src]

Formats the value using the given formatter.