pub fn parse_bgp_update_message(
    input: Bytes,
    add_path: bool,
    asn_len: &AsnLength
) -> Result<BgpUpdateMessage, ParserError>
Expand description