pub fn from_bytes<S: Deserial>(source: &[u8]) -> ParseResult<S>
Expand description

Dual to to_bytes.