pub fn parse<S: Into<String>>(input: S) -> Result<Message, ParseError>
Expand description

Parse a statsd string and return a metric or error message