Function wasmcloud_runtime::capability::bus1_0_0::lattice::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<()>where
T: Send,