pub trait MockQuerierOwnership {
// Required method
fn with_owner(self, contract: &Addr, owner: Option<&Addr>) -> Self;
}
Required Methods§
Sourcefn with_owner(self, contract: &Addr, owner: Option<&Addr>) -> Self
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.