Trait factori::FactoriTrait[][src]

pub trait FactoriTrait<T> {
    fn default(self) -> T;
fn expand(self, other: T) -> T; }

Required Methods

Implementors