Skip to main content

ClientRngBox

Type Alias ClientRngBox 

Source
pub type ClientRngBox = Box<dyn ClientFeltRng>;
Expand description

Boxed RNG trait object used by the client.

Aliased Typeยง

pub struct ClientRngBox(/* private fields */);