pub trait Two {
    fn two() -> Self;
}

Required methods

Implementors