Type Alias BoxDynNode

Source
pub type BoxDynNode<'a> = Box<dyn INodeTrait + 'a>;

Aliased Typeยง

pub struct BoxDynNode<'a>(/* private fields */);