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

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)>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
where
    K: 'a + Display,
    V: 'a + Display,
    KVS: IntoIterator<Item = &'a (K, V)>,