Skip to main content

recv

Function recv 

Source
pub async fn recv<R, T>(r: &mut R) -> Result<T, VexFrameError>
where R: AsyncRead + Unpin, T: for<'de> Deserialize<'de>,
Expand description

Read a length-prefixed JSON frame from r.