Function show_notes::e008::a_generic_printable
source ยท pub fn a_generic_printable<T: Debug>(t: T)
Expand description
Demonstrate a function with a trait bound on a generic.
pub fn a_generic_printable<T: Debug>(t: T)
Demonstrate a function with a trait bound on a generic.