Home
last modified time | relevance | path

Searched defs:RandomlyConstructable (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ring/src/
Drand.rs66 T: RandomlyConstructable, in generate()
81 pub trait RandomlyConstructable: Sized { trait
89 impl RandomlyConstructable for [u8; $len] { impl
104 pub trait RandomlyConstructable: self::sealed::RandomlyConstructable {} trait