Enum flow_sdk::algorithms::rand::rngs::TimerError [−][src]
pub enum TimerError {
NoTimer,
CoarseTimer,
NotMonotonic,
TinyVariantions,
TooManyStuck,
// some variants omitted
}
Expand description
An error that can occur when JitterRng::test_timer
fails.
Variants
No timer available.
Timer too coarse to use as an entropy source.
Timer is not monotonically increasing.
Variations of deltas of time too small.
Too many stuck results (indicating no added entropy).
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TimerError
impl Send for TimerError
impl Sync for TimerError
impl Unpin for TimerError
impl UnwindSafe for TimerError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Wrap the input message T
in a tonic::Request
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more