Function get_1

Source
fn get_1<'a, T: Deserialize<'a>>(buf: &mut &'a [u8]) -> Result<T, Error>