pub trait Call_Resolve: VarlinkCallError {
    fn reply(&mut self, address: String) -> Result<()> { ... }
}

Provided Methods§

Implementations on Foreign Types§

Implementors§