Type Definition wasmer_wasix::http::DynHttpClient

source ·
pub type DynHttpClient = Arc<dyn HttpClient + Send + Sync + 'static>;