Skip to main content

read_msg

Function read_msg 

Source
pub fn read_msg<R: Read, T: DeserializeOwned>(r: &mut R) -> Result<T>