Trait hax_frontend_exporter::state::HasThir

source ·
pub trait HasThir<'tcx> {
    // Required method
    fn thir(&self) -> RcThir<'tcx>;
}

Required Methods§

source

fn thir(&self) -> RcThir<'tcx>

Implementors§

source§

impl<'tcx, Base, Mir, OwnerId, Binder> HasThir<'tcx> for State<Base, RcThir<'tcx>, Mir, OwnerId, Binder>