pub fn parse_ris_live_message(
    msg_str: &str
) -> Result<Vec<BgpElem>, ParserRisliveError>
Expand description

This function parses one message and returns a result of a vector of BgpElems or an error