Function rustdoc::clean::can_elide_trait_object_lifetime_bound
source · fn can_elide_trait_object_lifetime_bound<'tcx>(
region: Region<'tcx>,
container: Option<ContainerTy<'tcx>>,
preds: &'tcx List<PolyExistentialPredicate<'tcx>>,
tcx: TyCtxt<'tcx>
) -> bool