pub fn to_string_inline<T: Display>(t: T) -> String
Expand description

Demonstrate the ability to take a trait constraint on a generic inline.