NodePtr

Type Alias NodePtr 

Source
pub type NodePtr = Rc<RefCell<dyn Node>>;

Aliased Type§

pub struct NodePtr { /* private fields */ }

Trait Implementations§

Source§

impl From<&SerializableNodePtr> for NodePtr

Source§

fn from(serializable: &SerializableNodePtr) -> Self

Converts to this type from the input type.
Source§

impl From<SerializableNodePtr> for NodePtr

Source§

fn from(serializable: SerializableNodePtr) -> Self

Converts to this type from the input type.