pub trait Call_GetInterfaceDescription: CallTrait {
    fn reply(&mut self, description: String) -> Result<()> { ... }
}

Provided Methods§

Implementations on Foreign Types§

Implementors§