pub fn from_bytes<'a, T: Decodable<'a>>(data: &'a mut [u8]) -> Result<T, Error>
Decodes an SV2-encoded byte slice into the specified data type.