Function show_notes::e024::to_string_inline
source ยท pub fn to_string_inline<T: Display>(t: T) -> String
Expand description
Demonstrate the ability to take a trait constraint on a generic inline.
pub fn to_string_inline<T: Display>(t: T) -> String
Demonstrate the ability to take a trait constraint on a generic inline.