pub trait ToPositionalRow {
    fn to_positional_row(&self) -> String;
}
Expand description

implement this trait to mark something as serializable into a row of a positional file

Required Methods§

Implementors§