Function wasmtime_wasi_http::bindings::sync::io::streams::add_to_linker

source ยท
pub fn add_to_linker<T, U>(
    linker: &mut Linker<T>,
    get: impl Fn(&mut T) -> &mut U + Send + Sync + Copy + 'static,
) -> Result<(), Error>
where U: Host + Send, T: Send,