Function odoh_rs::parse

source ·
pub fn parse<D: Deserialize, B: Buf>(buf: &mut B) -> Result<D, Error>
Expand description

Convenient function to deserialize a structure from Bytes.