Function option_to_string

Source
pub fn option_to_string<T>(o: &Option<T>) -> String
where T: Display,