pub type UndecodedSubscriber = Subscriber<(), NoopDecoder>;Expand description
Shorthand for a Subscriber that does not decode consumed messages.
Aliased Typeยง
pub struct UndecodedSubscriber { /* private fields */ }pub type UndecodedSubscriber = Subscriber<(), NoopDecoder>;Shorthand for a Subscriber that does not decode consumed messages.
pub struct UndecodedSubscriber { /* private fields */ }