pub trait RngExt: Deref<Target = RegisterBlock> + Sized {
    fn constrain(self) -> Rng;
}

Required Methods

Implementors