Skip to main content

NodeAtIndex

Trait NodeAtIndex 

Source
pub trait NodeAtIndex {
    // Required method
    fn node_at_index(&self, idx: usize) -> NodeId;
}

Required Methods§

Source

fn node_at_index(&self, idx: usize) -> NodeId

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§