pub trait NamespacedClient {
// Required methods
fn namespace(&self) -> String;
fn identity(&self) -> String;
}Expand description
A client that is bound to a namespace
pub trait NamespacedClient {
// Required methods
fn namespace(&self) -> String;
fn identity(&self) -> String;
}A client that is bound to a namespace