[][src]Trait net_ensembles::traits::Node

pub trait Node where
    Self: Clone + SerdeStateConform
{ fn new_from_index(index: usize) -> Self; }

What every node should be able to do

Required methods

fn new_from_index(index: usize) -> Self

how to construct a blank object

Loading content...

Implementors

impl Node for EmptyNode[src]

Loading content...