pub type StringSubscriber = Subscriber<String, StringDecoder>;Expand description
Shorthand for a Subscriber that decodes messages into Strings.
Aliased Typeยง
pub struct StringSubscriber { /* private fields */ }pub type StringSubscriber = Subscriber<String, StringDecoder>;Shorthand for a Subscriber that decodes messages into Strings.
pub struct StringSubscriber { /* private fields */ }