pub fn print_rc_count<T>(t: &Rc<T>)
Expand description

Note that this function is generic: it will work for any type.