pub trait Call_GetInfo: CallTrait {
    fn reply(
        &mut self,
        vendor: String,
        product: String,
        version: String,
        url: String,
        interfaces: Vec<String>
    ) -> Result<()> { ... } }

Provided Methods§

Implementations on Foreign Types§

Implementors§