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