Trait hax_frontend_exporter::state::HasMir

source ·
pub trait HasMir<'tcx> {
    // Required method
    fn mir(&self) -> RcMir<'tcx>;
}

Required Methods§

source

fn mir(&self) -> RcMir<'tcx>

Implementors§

source§

impl<'tcx, Base, Thir, OwnerId, Binder> HasMir<'tcx> for State<Base, Thir, RcMir<'tcx>, OwnerId, Binder>