Searched refs:UnusedId (Results 1 – 1 of 1) sorted by relevance
230 pub fn find_unused_id(&mut self, offset: usize) -> Option<UnusedId<'_>> { in find_unused_id()232 Some(UnusedId { in find_unused_id()250 pub struct UnusedId<'pool> { struct255 impl<'pool> UnusedId<'pool> { impl