pub trait Search { // Required methods fn marked(&self, v: usize) -> bool; fn count(&self) -> usize; }