wasmcloud_runtime::capability::http::outgoing_handler

Function add_to_linker_get_host

source
pub fn add_to_linker_get_host<T>(
    linker: &mut Linker<T>,
    host_getter: impl for<'a> GetHost<&'a mut T>,
) -> Result<(), Error>
where T: Send,