hax_frontend_exporter::state

Trait HasOwnerIdSetter

source
pub trait HasOwnerIdSetter {
    type Out;

    // Required method
    fn with_owner_id(self, owner_id: DefId) -> Self::Out;
}

Required Associated Types§

Required Methods§

source

fn with_owner_id(self, owner_id: DefId) -> Self::Out

Implementors§

source§

impl<Base, Thir, Mir, OwnerId, Binder> HasOwnerIdSetter for State<Base, Thir, Mir, OwnerId, Binder>

source§

type Out = State<Base, Thir, Mir, DefId, Binder>