async_nats::jetstream::message

Type Alias 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 */ }