pub fn a_generic_printable<T: Debug>(t: T)
Expand description

Demonstrate a function with a trait bound on a generic.