HistoryErrorKind

Type Alias HistoryErrorKind 

Source
pub type HistoryErrorKind = WatchErrorKind;

Aliased Type§

pub enum HistoryErrorKind {
    InvalidKey,
    TimedOut,
    ConsumerCreate,
    Other,
}

Variants§

§

InvalidKey

§

TimedOut

§

ConsumerCreate

§

Other