Trait rustc_trait_selection::traits::query::dropck_outlives::AtExt[][src]

pub trait AtExt<'tcx> {
    fn dropck_outlives(
        &self,
        ty: Ty<'tcx>
    ) -> InferOk<'tcx, Vec<GenericArg<'tcx>>>; }

Required methods

Implementors