pub trait RandomlyConstructable: RandomlyConstructable { }
Expand description

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

Implementors§

source§

impl<T> RandomlyConstructable for Twhere T: RandomlyConstructable,