Type Alias async_nats::jetstream::message::StreamMessageError

source ·
pub type StreamMessageError = Error<StreamMessageErrorKind>;
Expand description

Error returned when library is unable to parse message got directly from the stream.

Aliased Type§

struct StreamMessageError { /* private fields */ }