Trait rustc_type_ir::inherent::ParamEnv

source ·
pub trait ParamEnv<I: Interner>: Copy + Debug + Hash + Eq + TypeFoldable<I> {
    // Required methods
    fn reveal(self) -> Reveal;
    fn caller_bounds(self) -> impl IntoIterator<Item = I::Clause>;
}

Required Methods§

source

fn reveal(self) -> Reveal

source

fn caller_bounds(self) -> impl IntoIterator<Item = I::Clause>

Object Safety§

This trait is not object safe.

Implementors§