Function binary_sv2::from_bytes

source ·
pub fn from_bytes<'a, T>(data: &'a mut [u8]) -> Result<T, Error>
where T: Decodable<'a>,