fn render_macro_arms(
tcx: TyCtxt<'_>,
tokens: &TokenStream,
arm_delim: &str,
) -> StringExpand description
Render a sequence of macro arms in a format suitable for displaying to the user as part of an item declaration.
fn render_macro_arms(
tcx: TyCtxt<'_>,
tokens: &TokenStream,
arm_delim: &str,
) -> StringRender a sequence of macro arms in a format suitable for displaying to the user as part of an item declaration.