rustc_middle::ty::inherent

Trait ExprConst

Source
pub trait ExprConst<I>:
    Copy
    + Debug
    + Hash
    + Eq
    + Relate<I>
where I: Interner<ExprConst = Self>,
{ // Required method fn args(self) -> <I as Interner>::GenericArgs; }

Required Methods§

Source

fn args(self) -> <I as Interner>::GenericArgs

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<'tcx> ExprConst<TyCtxt<'tcx>> for Expr<'tcx>