Function ra_ap_mbe::ast_to_token_tree[][src]

pub fn ast_to_token_tree(ast: &impl AstNode) -> (Subtree, TokenMap)
Expand description

Convert the syntax tree (what user has written) to a TokenTree (what macro will consume).