Function deserialize_from_smallvec

Source
pub fn deserialize_from_smallvec<T: DeserializeOwned>(
    data: &mut MessageBuffer,
) -> Result<T>
Expand description

Parse JSON directly to a type from SmallVec

Zero heap allocation for messages under 4KB