Trait Alias UnderBinderState

Source
trait UnderBinderState<'tcx> = UnderOwnerState<'tcx> + HasBinder<'tcx>;
Expand description

State of anything below a binder.