from_bytes

Function from_bytes 

Source
pub fn from_bytes<'a, T: Decodable<'a>>(data: &'a mut [u8]) -> Result<T, Error>
Expand description

Decodes an SV2-encoded byte slice into the specified data type.