core_pb

Function bin_decode_single

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