write_frame

Function write_frame 

Source
pub async fn write_frame<W: AsyncWrite + Unpin>(
    w: &mut W,
    f: &Frame,
) -> Result<()>