Function websocket::ws::util::dataframe::write_dataframe    
            [-] [+]
        [src]
pub fn write_dataframe<W>(writer: &mut W, mask: bool, dataframe: DataFrame) -> WebSocketResult<()> where W: WriteWrites a DataFrame to a Writer.