Trait wasmtime_wasi::bindings::sockets::ip_name_lookup::GetHost
source · pub trait GetHost<T>: Fn(T) -> Self::Host + Send + Sync + Copy + 'static {
type Host: Host + Send + Host;
}
Required Associated Types§
Object Safety§
This trait is not object safe.