pub trait Namespace<T: Transport>: Clone {
fn new(transport: T) -> Self;
fn transport(&self) -> &T;
}Expand description
Common API for all namespaces
pub trait Namespace<T: Transport>: Clone {
fn new(transport: T) -> Self;
fn transport(&self) -> &T;
}Common API for all namespaces