[][src]Function palett::fluo::entries::reference::fluo_colorant

pub fn fluo_colorant<'a, K, V, KVS>(
    entries: KVS,
    presets: &(Preset, Preset),
    effects: &[Effect]
) -> Vec<(impl Fn(&str) -> String + 'a, impl Fn(&str) -> String + 'a)> where
    K: 'a + Display,
    V: 'a + Display,
    KVS: IntoIterator<Item = &'a (K, V)>,