pub async fn read_frame_json<R, T>(r: &mut R) -> Result<Option<T>, FrameError>Expand description
Read a framed JSON blob and decode into T. Returns Ok(None) on a
clean frame-boundary EOF.
pub async fn read_frame_json<R, T>(r: &mut R) -> Result<Option<T>, FrameError>Read a framed JSON blob and decode into T. Returns Ok(None) on a
clean frame-boundary EOF.