pub trait Countable { // Required method fn get_count(&self) -> u64; }
A special purpose trait for WriteOrderingQueue