Searched defs:MockQueue (Results 1 – 1 of 1) sorted by relevance
144 pub(crate) struct MockQueue<W> { struct145 pub(crate) all_enqueued: RefCell<Vec<W>>,148 impl<W> MockQueue<W> { impl156 impl<W> OrphanQueue<W> for MockQueue<W> { implementation