aws_lc_rs::rand

Trait RandomlyConstructable

Source
pub trait RandomlyConstructable: RandomlyConstructable { }
Expand description

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

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