Trait organelle::CellRole [] [src]

pub trait CellRole: Debug + Copy + Clone + Hash + Eq + PartialEq + 'static { }

defines the collection of traits necessary to act as a cell role

Implementors