Enum raft::StorageError []

pub enum StorageError {
    Compacted,
    Unavailable,
    SnapshotOutOfDate,
    SnapshotTemporarilyUnavailable,
    Other(Box<Error + Sync + Send>),
}

Variants

Trait Implementations

impl Debug for StorageError
[src]

[src]

Formats the value using the given formatter.

impl Display for StorageError

Formats the value using the given formatter. Read more

impl Error for StorageError

A short description of the error. Read more

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

impl From<Box<Error + Sync + Send>> for StorageError

Performs the conversion.

impl PartialEq for StorageError
[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 !=.