collect_as

Function collect_as 

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