Module rustdoc::clean::render_macro_matchers
source · Functions
print_tt 🔒
Render a macro matcher in a format suitable for displaying to the user
as part of an item declaration.
Find the source snippet for this token’s Span, reparse it, and return the
snippet if the reparsed TokenTree matches the argument TokenTree.