pub trait CallAs: BootExecute<Mock> + ContractInstance<Mock> + Sized + Clone {
    fn call_as(&self, sender: &Addr) -> Self { ... }
}

Provided Methods§

Implementors§