Trait Alias hax_frontend_exporter::state::UnderOwnerState
source ยท trait UnderOwnerState<'tcx> = BaseState<'tcx> + HasOwnerId;
Expand description
State of anything below a owner_id
.
trait UnderOwnerState<'tcx> = BaseState<'tcx> + HasOwnerId;
State of anything below a owner_id
.