Type Definition fmty::types::CsvMap

source ·
pub type CsvMap<I, F> = JoinMap<I, &'static str, F>;
Expand description

See csv_map().