Function wasmtime_wasi::bindings::random::random::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<()>
where T: Send, U: Host + Send,