Skip to main content

fmt_val

Function fmt_val 

Source
pub fn fmt_val<T>(val: Option<T>) -> Option<String>
where T: ToString + Copy,