Skip to main content

write_frame_json

Function write_frame_json 

Source
pub async fn write_frame_json<W, T>(
    w: &mut W,
    value: &T,
) -> Result<(), FrameError>
where W: AsyncWrite + Unpin, T: Serialize + ?Sized,
Expand description

Write a typed value as a framed JSON blob.