Trait 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>