async_nats::client

Type Alias PublishError

Source
pub type PublishError = Error<PublishErrorKind>;
Expand description

Aliased Type§

struct PublishError { /* private fields */ }

Trait Implementations§

Source§

impl From<PollSendError<Command>> for PublishError

Source§

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

Converts to this type from the input type.
Source§

impl From<SendError<Command>> for PublishError

Source§

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

Converts to this type from the input type.