pub trait RandomlyConstructable: RandomlyConstructable { }
Expand description

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> RandomlyConstructable for T
where T: RandomlyConstructable,