StringSubscriber

Type Alias StringSubscriber 

Source
pub type StringSubscriber = Subscriber<String, StringDecoder>;
Expand description

Shorthand for a Subscriber that decodes messages into Strings.

Aliased Typeยง

pub struct StringSubscriber { /* private fields */ }