Trait PlaceholderConst

Source
pub trait PlaceholderConst<I>: PlaceholderLike<I, Bound = <I as Interner>::BoundConst>
where I: Interner,
{ // Required method fn find_const_ty_from_env( self, env: <I as Interner>::ParamEnv, ) -> <I as Interner>::Ty; }

Required Methods§

Source

fn find_const_ty_from_env( self, env: <I as Interner>::ParamEnv, ) -> <I as Interner>::Ty

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§