Skip to main content

write_frame

Function write_frame 

Source
pub async fn write_frame<W>(
    stream: &mut W,
    target: &str,
    flags: u16,
    payload: &[u8],
) -> Result<(), WireError>
where W: AsyncWrite + Unpin,