pub trait Nodewhere
    Self: Clone + SerdeStateConform,
{ fn new_from_index(index: usize) -> Self; }
Expand description

What every node should be able to do

Required Methods

how to construct a blank object

Implementors