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

Required Methods§

Implementors§