Type Definition fmty::types::CsvMapOnce

source ·
pub type CsvMapOnce<I, F> = CsvMap<Once<I>, F>;
Expand description