pub trait NamespaceAuthority { // Required method fn owns(&self, key: &StableKey) -> bool; }
NamespaceAuthority
Policy-owned stable-key namespace ownership.
Return true when this authority owns key.
key