Skip to main content

StateWithOwner

Type Alias StateWithOwner 

Source
pub type StateWithOwner<'tcx> = State<Base<'tcx>, DefId, ()>;

Aliased Type§

pub struct StateWithOwner<'tcx> {
    pub base: Base<'tcx>,
    pub owner: DefId,
    pub binder: (),
}

Fields§

§base: Base<'tcx>§owner: DefId§binder: ()