Trait prop_check_rs::gen::one::One

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

Required Methods

Implementations on Foreign Types

Implementors