Skip to main content

SubscribeError

Type Alias SubscribeError 

Source
pub type SubscribeError = Error<SubscribeErrorKind>;
Expand description

An error returned from the Client::subscribe or Client::queue_subscribe functions.

Aliased Type§

pub struct SubscribeError { /* private fields */ }

Trait Implementations§

Source§

impl From<SendError<Command>> for SubscribeError

Source§

fn from(err: SendError<Command>) -> Self

Converts to this type from the input type.