Macro tree

Source
macro_rules! tree {
    ($val:expr) => { ... };
}
Expand description

Macro to print a tree of the provided serializable object