Trait ring::rand::RandomlyConstructable [−][src]
pub trait RandomlyConstructable: RandomlyConstructable { }A type that can be returned by ring::rand::generate().
Implementors
impl<T> RandomlyConstructable for T where
T: RandomlyConstructable, [src]
T: RandomlyConstructable,