pub trait SearcherMethodOverload<T> { // Required method unsafe fn push_unchecked(&mut self, _: T); }