Function rustfmt_nightly::types::join_bounds_inner

source ·
fn join_bounds_inner(
    context: &RewriteContext<'_>,
    shape: Shape,
    items: &[GenericBound],
    need_indent: bool,
    force_newline: bool
) -> Option<String>