pub trait IHostProxyAsyncServer: Interface + Send {
    // Provided method
    fn get_descriptor() -> &'static str
       where Self: Sized { ... }
}

Provided Methods§

Source

fn get_descriptor() -> &'static str
where Self: Sized,

Implementors§