Function twitch_message::parse

source ·
pub fn parse(input: &str) -> Result<ParseResult<'_>, Error>
Expand description

Attempt to parse a message.

For the behavior of the value see ParseResult