pub trait HasParamEnv<'tcx> {
    fn param_env(&self) -> ParamEnv<'tcx>;
}

Required Methods

Implementors