pub type StringTreeFn = Box<dyn Fn() -> &'static str>;
pub struct StringTreeFn(/* private fields */);