Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica
Skip to main content

write_frame

Function write_frame 

Source
pub async fn write_frame<W: AsyncWrite + Unpin, T: Serialize>(
    writer: &mut W,
    value: &T,
) -> Result<()>
Expand description

Write a length-prefixed JSON frame to an async writer.