Function ws_tool::codec::write_single_frame[][src]

pub fn write_single_frame(
    payload: &[u8],
    fin: bool,
    mask: bool,
    code: OpCode,
    dst: &mut BytesMut
)