pub fn from_bytes<S>(source: &[u8]) -> Result<S, ParseError>
where S: Deserial,
Expand description

Dual to to_bytes.