Function rustfmt_nightly::macros::delim_token_to_str

source ·
fn delim_token_to_str(
    context: &RewriteContext<'_>,
    delim_token: Delimiter,
    shape: Shape,
    use_multiple_lines: bool,
    inner_is_empty: bool
) -> (String, String)