1 2 3 4 5 6
#[derive(Default, Debug)] pub(crate) struct TBranchProps { /// this property is set by [crate::Tree] when branch is read pub(crate) is_top_level: Option<bool>, pub(crate) _item_type_name: Option<String>, }