Type Definition syntax::ext::tt::macro_parser::NamedParseResult[][src]

type NamedParseResult = ParseResult<HashMap<Ident, Rc<NamedMatch>>>;

A ParseResult where the Success variant contains a mapping of Idents to NamedMatches. This represents the mapping of metavars to the token trees they bind to.