Trait uniparc_xml_parser::writer::Writable[][src]

pub trait Writable {
    fn to_csv<T: Write>(&self, output: &mut T);
}

Trait which means that a struct can be serialized to CSV format.

Required methods

fn to_csv<T: Write>(&self, output: &mut T)[src]

Loading content...

Implementors

Loading content...