Enum optra::ErrorKind [] [src]

pub enum ErrorKind {
    NoSuchState,
}

Represents the kind of error we encountered synchronizing operations

Variants

NoSuchState

The remote operations refer to a state that we have not yet recieved

Trait Implementations

impl Debug for ErrorKind
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.