Skip to main content

AsyncHostFn

Type Alias AsyncHostFn 

Source
pub type AsyncHostFn = Arc<dyn Fn(&[Value]) -> Pin<Box<dyn Future<Output = Result<Value, String>> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct AsyncHostFn { /* private fields */ }