freya::common::node_state_snapshot

Trait NodeStateSnapshot

Source
pub trait NodeStateSnapshot {
    // Required method
    fn state_snapshot(&self) -> NodeState;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl NodeStateSnapshot for NodeRef<'_, CustomAttributeValues>

Implementors§