Searched refs:RandomlyConstructable (Results 1 – 1 of 1) sorted by relevance
50 pub struct Random<T: RandomlyConstructable>(T);52 impl<T: RandomlyConstructable> Random<T> {62 pub fn generate<T: RandomlyConstructable>( in generate()66 T: RandomlyConstructable, in generate() argument81 pub trait RandomlyConstructable: Sized { interface89 impl RandomlyConstructable for [u8; $len] { impl104 pub trait RandomlyConstructable: self::sealed::RandomlyConstructable {} trait105 impl<T> RandomlyConstructable for T where T: self::sealed::RandomlyConstructable {}