Trait prop_check_rs::gen::one::One[][src]

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

Required methods

Implementations on Foreign Types

Implementors