Searched defs:PartialType (Results 1 – 1 of 1) sorted by relevance
622 pub fn currently_parsed_types(&self) -> &[PartialType] { in currently_parsed_types()629 pub fn begin_parsing(&mut self, partial_ty: PartialType) { in begin_parsing()635 pub fn finish_parsing(&mut self) -> PartialType { in finish_parsing()2778 pub struct PartialType { struct2785 impl PartialType { argument2787 pub fn new(decl: Cursor, id: ItemId) -> PartialType { in new()2804 impl TemplateParameters for PartialType { implementation