pub trait PlaceholderConst<I: Interner>: PlaceholderLike<I, Bound = I::BoundConst> {
// Required method
fn find_const_ty_from_env(self, env: I::ParamEnv) -> I::Ty;
}
Required Methods§
fn find_const_ty_from_env(self, env: I::ParamEnv) -> I::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.