AsyncHostFunctionCallback

Type Alias AsyncHostFunctionCallback 

Source
pub type AsyncHostFunctionCallback = fn(Vec<Bytes>) -> Box<dyn Future<Output = Result<Bytes>> + Send + Unpin>;
Expand description

Async host function callback type