Skip to main content

SetNodeAtIndex

Trait SetNodeAtIndex 

Source
pub trait SetNodeAtIndex {
    // Required method
    fn set_node_at_index(&mut self, idx: usize, n: NodeId);
}

Required Methods§

Source

fn set_node_at_index(&mut self, idx: usize, n: NodeId)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§