pub type InstanceNodePtr = Rc<dyn InstanceNode>;Expand description
Type aliases to make it easier to work with nested Rcs and RefCells for instance nodes.
Aliased Typeยง
pub struct InstanceNodePtr { /* private fields */ }pub type InstanceNodePtr = Rc<dyn InstanceNode>;Type aliases to make it easier to work with nested Rcs and RefCells for instance nodes.
pub struct InstanceNodePtr { /* private fields */ }