core_pb

Function bin_decode_single

Source
pub fn bin_decode_single<T: DeserializeOwned + Debug>(
    bytes: &[u8],
) -> Result<T, DecodeError>
Expand description