Type Alias async_nats::client::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.