Enum kernel::hil::rng::Continue
[−]
[src]
pub enum Continue { More, Done, }
Denotes whether the Client wants to be notified when
More
randomness is available or if they are Done
Variants
More
More randomness is required.
Done
No more randomness required.
Trait Implementations
impl Debug for Continue
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more