pub trait GetRefCount {
    fn get_ref_count(&self) -> i32;
}

Required Methods§

Implementors§