pub fn parse_messages<R: Read>(
    input: R
) -> StreamDeserializer<'static, IoRead<R>, Message> 
👎Deprecated: Use Message::parse_stream instead
Expand description

Creates an iterator of Message from a Read outputting a stream of JSON messages. For usage information, look at the top-level documentation.