[][src]Function ra_ap_mbe::ast_to_token_tree

pub fn ast_to_token_tree(ast: &impl AstNode) -> Option<(Subtree, TokenMap)>

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