Enum cornflake::CornFlakeError [] [src]

pub enum CornFlakeError {
    TooFewTimestampBits,
    NodeIdTooBig(u64),
}

Variants

Trait Implementations

impl Debug for CornFlakeError
[src]

Formats the value using the given formatter.

impl Display for CornFlakeError
[src]

Formats the value using the given formatter. Read more

impl StdError for CornFlakeError
[src]

A short description of the error. Read more

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