Trait HasBinder

Source
pub trait HasBinder<'tcx> {
    // Required method
    fn binder(&self) -> UnitBinder<'tcx>;
}

Required Methods§

Source

fn binder(&self) -> UnitBinder<'tcx>

Implementors§

Source§

impl<'tcx, Base, Thir, Mir, OwnerId> HasBinder<'tcx> for State<Base, Thir, Mir, OwnerId, UnitBinder<'tcx>>