NamespacedClient

Trait NamespacedClient 

Source
pub trait NamespacedClient {
    // Required methods
    fn namespace(&self) -> String;
    fn identity(&self) -> String;
}
Expand description

A client that is bound to a namespace

Required Methods§

Source

fn namespace(&self) -> String

Returns the namespace this client is bound to

Source

fn identity(&self) -> String

Returns the client identity

Implementors§