Skip to main content

all_clauses_of

Function all_clauses_of 

Source
pub fn all_clauses_of(
    tcx: TyCtxt<'_>,
    id: DefId,
) -> impl Iterator<Item = &(Clause<'_>, Span)>
Expand description

Gets an iterator over all clauses which apply to the given item.