Trait polars_io::SerWriter[][src]

pub trait SerWriter<'a, W> where
    W: Write
{ fn new(writer: &'a mut W) -> Self;
fn finish(self, df: &DataFrame) -> Result<()>; }

Required methods

Implementors

This is supported on crate feature csv-file only.
This is supported on crate feature ipc only.