pub trait Onewhere
    Self: Sized,
{ fn one() -> Gen<Self>; }

Required Methods

Implementations on Foreign Types

Implementors