pub type StreamMessageError = Error<StreamMessageErrorKind>;Available on crate feature
jetstream only.Expand description
Error returned when library is unable to parse message got directly from the stream.
Aliased Typeยง
pub struct StreamMessageError { /* private fields */ }