Skip to main content

OwnerAddress

Trait OwnerAddress 

Source
pub trait OwnerAddress {
    // Required method
    fn owner_address(&self) -> &Addr;
}
Expand description

Types that can provide an owner address for ownership checks.

Required Methods§

Implementations on Foreign Types§

Source§

impl OwnerAddress for Addr

Implementors§