pub trait Normalize {
    // Required method
    fn normalize(&self) -> HashMap<String, String>;
}
Expand description

The Normalize trait allow of returing the most important data from struct to be used on simple data structures like CSV.

Required Methods§

Implementors§