pub(crate) fn normalize_bounds(
slf: Trait,
bounds: &[TraitBound],
) -> impl '_ + Iterator<Item = Trait>Expand description
Normalizes a slice of bounds by replacing TraitBound::Slf with slf.
pub(crate) fn normalize_bounds(
slf: Trait,
bounds: &[TraitBound],
) -> impl '_ + Iterator<Item = Trait>Normalizes a slice of bounds by replacing TraitBound::Slf with slf.