[][src]Function unitval::collect_as

pub fn collect_as<T, B>(value: &[T]) -> B where
    T: AsUnitVal,
    B: FromIterator<&'static str>,