fn join_bounds(
context: &RewriteContext<'_>,
shape: Shape,
items: &[GenericBound],
need_indent: bool,
) -> Result<String, RewriteError>
fn join_bounds(
context: &RewriteContext<'_>,
shape: Shape,
items: &[GenericBound],
need_indent: bool,
) -> Result<String, RewriteError>