pub trait VarlinkCallError: CallTrait {
    fn reply_interface_not_found(&mut self, interface: String) -> Result<()> { ... }
}

Provided Methods§

Implementations on Foreign Types§

Implementors§