Skip to main content

fmt_vec

Function fmt_vec 

Source
pub fn fmt_vec<T>(val: &Option<Vec<T>>) -> Option<String>
where T: ToString + Clone,