Trait testing_utils::Randomize[][src]

pub trait Randomize {
    fn random() -> Self
    where
        Self: Sized
; }

Required methods

Implementations on Foreign Types

Implementors