Function websocket::ws::util::dataframe::write_dataframe [-] [+] [src]

pub fn write_dataframe<W>(writer: &mut W, mask: bool, dataframe: DataFrame) -> WebSocketResult<()> where W: Write

Writes a DataFrame to a Writer.