Struct distrand::errors::RevealError[][src]

pub struct RevealError<I> { /* fields omitted */ }

The type of error returned when revealing the generated value.

Methods

impl<I> RevealError<I>
[src]

Iterator over the participants who caused the reveal to fail.

Trait Implementations

impl<I> Debug for RevealError<I>
[src]

Formats the value using the given formatter. Read more

impl<I> Display for RevealError<I>
[src]

Formats the value using the given formatter. Read more

impl<I> StdError for RevealError<I>
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl<I> Send for RevealError<I> where
    I: Send

impl<I> Sync for RevealError<I> where
    I: Sync