pub trait NamespacedClient {
// Required methods
fn namespace(&self) -> &str;
fn get_identity(&self) -> &str;
}Expand description
A client that is bound to a namespace
Required Methods§
Sourcefn get_identity(&self) -> &str
fn get_identity(&self) -> &str
Returns the client identity