pub(crate) trait ProjectionCacheKeyExt<'cx, 'tcx>: Sized {
    fn from_poly_projection_predicate(
        selcx: &mut SelectionContext<'cx, 'tcx>,
        predicate: PolyProjectionPredicate<'tcx>
    ) -> Option<Self>; }

Required Methods

Implementors