Function rustfmt_nightly::items::rewrite_where_keyword[][src]

fn rewrite_where_keyword(
    context: &RewriteContext<'_>,
    where_clause: &WhereClause,
    shape: Shape,
    span_end_before_where: BytePos,
    where_clause_option: WhereClauseOption
) -> Option<(String, bool)>
Expand description

Rewrite where and comment around it.