Searched defs:PartialType (Results 1 – 1 of 1) sorted by relevance
620 pub fn currently_parsed_types(&self) -> &[PartialType] { in currently_parsed_types()627 pub fn begin_parsing(&mut self, partial_ty: PartialType) { in begin_parsing()633 pub fn finish_parsing(&mut self) -> PartialType { in finish_parsing()2890 pub struct PartialType { struct2897 impl PartialType { argument2899 pub fn new(decl: Cursor, id: ItemId) -> PartialType { in new()2916 impl TemplateParameters for PartialType { implementation