Function rustdoc::clean::utils::render_macro_arms[][src]

pub(super) fn render_macro_arms<'a>(
    matchers: impl Iterator<Item = &'a TokenTree>,
    arm_delim: &str
) -> String
Expand description

Render a sequence of macro arms in a format suitable for displaying to the user as part of an item declaration.