Searched defs:Shelf (Results 1 – 1 of 1) sorted by relevance
39 pub struct Shelf(HashMap<TypeId, Box<dyn Any + Send>>); struct41 impl Shelf { impl