Countable

Trait Countable 

Source
pub trait Countable {
    // Required method
    fn get_count(&self) -> u64;
}
Expand description

A special purpose trait for WriteOrderingQueue

Required Methods§

Source

fn get_count(&self) -> u64

Implementors§