Function tlb::unpack_bytes

source ·
pub fn unpack_bytes<T>(bytes: impl AsRef<[u8]>) -> Result<T, StringError>
where T: BitUnpack,