Function twitch_message::parse_many

source ·
pub fn parse_many(
    input: &str
) -> impl Iterator<Item = Result<Message<'_>, Error>> + '_
Expand description

Parses potentionally many messages from the input.

This returns an iterator of Message