hax_frontend_exporter::state

Trait HasBaseSetter

source
pub trait HasBaseSetter<'tcx> {
    type Out;

    // Required method
    fn with_base(self, base: Base<'tcx>) -> Self::Out;
}

Required Associated Types§

Required Methods§

source

fn with_base(self, base: Base<'tcx>) -> Self::Out

Implementors§

source§

impl<'tcx, Base, Thir, Mir, OwnerId, Binder> HasBaseSetter<'tcx> for State<Base, Thir, Mir, OwnerId, Binder>

source§

type Out = State<Base<'tcx>, Thir, Mir, OwnerId, Binder>