Function rustdoc::clean::simplify::merge_bounds[][src]

pub(crate) fn merge_bounds(
    cx: &DocContext<'_>,
    bounds: &mut Vec<GenericBound>,
    trait_did: DefId,
    name: Symbol,
    rhs: &Type
) -> bool