HostFuture

Type Alias HostFuture 

Source
type HostFuture = Pin<Box<dyn Future<Output = Result<Vec<Value>, RuntimeError>> + 'static>>;

Aliased Typeยง

#[repr(transparent)]
struct HostFuture { /* private fields */ }