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