[][src]Trait ring::rand::RandomlyConstructable

pub trait RandomlyConstructable: RandomlyConstructable { }

A type that can be returned by ring::rand::generate().

Implementors

impl<T> RandomlyConstructable for T where
    T: RandomlyConstructable, 
[src]

Loading content...