Trait hax_frontend_exporter::state::HasMirSetter

source ·
pub trait HasMirSetter<'tcx> {
    type Out;

    // Required method
    fn with_mir(self, mir: RcMir<'tcx>) -> Self::Out;
}

Required Associated Types§

Required Methods§

source

fn with_mir(self, mir: RcMir<'tcx>) -> Self::Out

Implementors§

source§

impl<'tcx, Base, Thir, Mir, OwnerId, Binder> HasMirSetter<'tcx> for State<Base, Thir, Mir, OwnerId, Binder>

§

type Out = State<Base, Thir, Rc<Body<'tcx>>, OwnerId, Binder>