pub type NodePtr = Rc<RefCell<dyn Node>>;Aliased Type§
pub struct NodePtr { /* private fields */ }Trait Implementations§
Source§impl From<&SerializableNodePtr> for NodePtr
impl From<&SerializableNodePtr> for NodePtr
Source§fn from(serializable: &SerializableNodePtr) -> Self
fn from(serializable: &SerializableNodePtr) -> Self
Converts to this type from the input type.
Source§impl From<SerializableNodePtr> for NodePtr
impl From<SerializableNodePtr> for NodePtr
Source§fn from(serializable: SerializableNodePtr) -> Self
fn from(serializable: SerializableNodePtr) -> Self
Converts to this type from the input type.