Trait ConnectionProxy

Source
pub trait ConnectionProxy {
    // Required methods
    fn add_connection(
        &self,
        settings: &HashMap<String, HashMap<String, String>>,
    ) -> Result<OwnedObjectPath>;
    fn call_add_connection(
        &self,
        settings: &HashMap<String, HashMap<String, String>>,
    ) -> Result<OwnedObjectPath>;
}

Required Methods§

Implementors§