pub trait IHostProxyAsyncServer: Interface + Send {
// Provided method
fn get_descriptor() -> &'static str
where Self: Sized { ... }
}Provided Methods§
fn get_descriptor() -> &'static strwhere
Self: Sized,
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".