pub type ClientRngBox = Box<dyn ClientFeltRng>;Expand description
Boxed RNG trait object used by the client.
Aliased Typeยง
pub struct ClientRngBox(/* private fields */);pub type ClientRngBox = Box<dyn ClientFeltRng>;Boxed RNG trait object used by the client.
pub struct ClientRngBox(/* private fields */);