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

type NamedParseResult = ParseResult<FxHashMap<Ident, 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.