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 randomness is required.

No more randomness required.

Trait Implementations

impl Debug for Continue
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Continue
[src]

[src]

impl PartialEq for Continue
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.