pub(crate) trait ExistentialProjectionHelpers<'tcx> {
// Required method
fn new_from_args(
&self,
def_id: DefId,
args: GenericArgsRef<'tcx>,
term: Term<'tcx>,
) -> ExistentialProjection<'tcx>;
}Required Methods§
fn new_from_args( &self, def_id: DefId, args: GenericArgsRef<'tcx>, term: Term<'tcx>, ) -> ExistentialProjection<'tcx>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".