Trait sssf::ToCSV[][src]

pub trait ToCSV {
    fn get_header() -> String;
fn get_row(&self) -> String; }

Required methods

Implementors