pub trait UpdatesSlab:
Send
+ Sync
+ Any {
// Required methods
fn id(&self) -> usize;
fn u32_array(&self) -> Array<u32>;
fn strong_count(&self) -> usize;
fn get_update(&self) -> Vec<SlabUpdate>;
}Required Methods§
Sourcefn strong_count(&self) -> usize
fn strong_count(&self) -> usize
Returns the number of references remaining in the wild.