pub fn parse_prefix(input: &[u8]) -> Result<(Bencode, &[u8]), Error>
Parse one bencoded value from the front of input, returning the value and the unconsumed tail. Used when bencoded values are framed inside a larger stream (the peer-wire extension handshake, KRPC).
input
Any of Error.
Error