abstract_testing

Trait MockQuerierOwnership

Source
pub trait MockQuerierOwnership {
    // Required method
    fn with_owner(self, contract: &Addr, owner: Option<&Addr>) -> Self;
}

Required Methods§

Source

fn with_owner(self, contract: &Addr, owner: Option<&Addr>) -> Self

Add the [cw_gov_ownable::Ownership] to the querier.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§