HasBinder

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, OwnerId, Thir, Mir, Ty> HasBinder<'tcx> for State<Base, OwnerId, Thir, Mir, UnitBinder<'tcx>, Ty>