Searched refs:NullCollection (Results 1 – 1 of 1) sorted by relevance
336 Box::new(NullCollection {}) in gc()345 struct NullCollection {} struct347 impl<'a> GarbageCollection<'a> for NullCollection { implementation