ConnectionBaseInterface

Trait ConnectionBaseInterface 

Source
pub trait ConnectionBaseInterface {
    // Required method
    fn get_address(&self) -> String;
}

Required Methods§

Implementors§