Skip to main content

StateWithBase

Type Alias StateWithBase 

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

Aliased Type§

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

Fields§

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

Implementations§

Source§

impl<'tcx> StateWithBase<'tcx>

Source

pub fn new(tcx: TyCtxt<'tcx>, options: Options) -> Self