Function decode_bstr_from_slice

Source
pub fn decode_bstr_from_slice(slice: &[u8]) -> Result<&[u8], Error>
Expand description

Returns an OCaml-like string view from the slice containing bin_prot encoded bytes.