Searched defs:PartialType (Results 1 – 1 of 1) sorted by relevance
636 pub(crate) fn currently_parsed_types(&self) -> &[PartialType] { in currently_parsed_types()643 pub(crate) fn begin_parsing(&mut self, partial_ty: PartialType) { in begin_parsing()649 pub(crate) fn finish_parsing(&mut self) -> PartialType { in finish_parsing()2961 pub(crate) struct PartialType { struct2968 impl PartialType { argument2970 pub(crate) fn new(decl: Cursor, id: ItemId) -> PartialType { in new()2987 impl TemplateParameters for PartialType { implementation