Skip to main content

write_frame

Function write_frame 

Source
pub async fn write_frame<T>(
    stream: &mut TcpStream,
    value: &T,
) -> Result<(), Error>
where T: Serialize,