Searched defs:TypeCollection (Results 1 – 4 of 4) sorted by relevance
89 pub struct TypeCollection { struct96 impl Debug for TypeCollection { argument98 let TypeCollection { in fmt() localVariable120 ) -> Result<TypeCollection, OutOfMemory> in register_and_canonicalize_types()181 impl TypeCollection { implementation215 impl Drop for TypeCollection { implementation1361 fn unregister_type_collection(&mut self, collection: &TypeCollection) { in unregister_type_collection()
132 signatures: TypeCollection, in new()155 pub fn signatures(&self) -> &TypeCollection { in signatures()
659 pub(crate) fn signatures(&self) -> &crate::type_registry::TypeCollection { in signatures()
500 pub(crate) fn signatures(&self) -> &TypeCollection { in signatures()