mas_storage

Type Alias BoxRng

source
pub type BoxRng = Box<dyn CryptoRngCore + Send>;
Expand description

A boxed random number generator

Aliased Typeยง

struct BoxRng(/* private fields */);