[][src]Trait operator_framework::install::meta::SameOwner

pub trait SameOwner {
    fn is_same_owner(&self, other: &OwnerReference) -> bool;
}

Required methods

fn is_same_owner(&self, other: &OwnerReference) -> bool

Loading content...

Implementations on Foreign Types

impl SameOwner for OwnerReference[src]

Loading content...

Implementors

Loading content...