Function std::rc::strong_count
[−]
[src]
pub fn strong_count<T>(this: &Rc<T>) -> usize where T: ?Sized
Deprecated since 1.2.0
: renamed to Rc::strong_count
Get the number of strong references to this value.