Type Alias HostAPIFunc

pub type HostAPIFunc<H> = Arc<dyn for<'a> Fn(HostCall<'a, H>) -> BoxFuture<'a, (Vec<u8>, HostCall<'a, H>)> + Send + Sync + 'static>;

Aliased Typeยง

pub struct HostAPIFunc<H> { /* private fields */ }