usesuper::Size;usederive_more::From;usesmart_default::SmartDefault;/// Information to return from `get_info` of [`super::TreeBuilder`].
#[derive(Debug, SmartDefault, From)]pubstructInfo<Name, Data: Size>{/// Data associated with given `path`.
pubdata: Data,
/// Direct descendants of given `path`.
pubchildren:Vec<Name>,
}