slice_to_string

Function slice_to_string 

Source
pub fn slice_to_string<T, F>(slice: &[T], map: F) -> String
where F: Fn(&T) -> String,