pub type ClientRngBox = Box<dyn ClientFeltRng>;Expand description
Re-export the entire miden_client crate so external projects can use a single dependency.
Boxed RNG trait object used by the client.
Aliased Typeยง
pub struct ClientRngBox(/* private fields */);