pub type StateWithOwner<'tcx> = State<Base<'tcx>, DefId, (), (), (), ()>;Aliased Type§
pub struct StateWithOwner<'tcx> {
pub base: Base<'tcx>,
pub owner_id: DefId,
pub thir: (),
pub mir: (),
pub binder: (),
pub ty: (),
}Fields§
§base: Base<'tcx>§owner_id: DefId§thir: ()§mir: ()§binder: ()§ty: ()