Skip to main content

NodeArc

Type Alias NodeArc 

Source
pub type NodeArc<S> = Arc<dyn Node<S>>;
Expand description

Type alias for arc’d nodes (more efficient for shared ownership)

Aliased Type§

pub struct NodeArc<S> { /* private fields */ }