Searched defs:RandomlyConstructable (Results 1 – 1 of 1) sorted by relevance
66 T: RandomlyConstructable, in generate()81 pub trait RandomlyConstructable: Sized { trait89 impl RandomlyConstructable for [u8; $len] { impl104 pub trait RandomlyConstructable: self::sealed::RandomlyConstructable {} trait