Home
last modified time | relevance | path

Searched refs:NullCollection (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Dnull.rs336 Box::new(NullCollection {}) in gc()
345 struct NullCollection {} struct
347 impl<'a> GarbageCollection<'a> for NullCollection { implementation