pub fn transform_streamer<S: Stream>(
    streamer: RawStreamer
) -> Streamer<S::Message>
Available on crate feature feature only.