Function alloc::arc::strong_count [] [src]

pub fn strong_count<T: ?Sized>(this: &Arc<T>) -> usize
Deprecated since 1.2.0

: renamed to Arc::strong_count

Get the number of strong references to this value.