pub type HostCallbackAsync = dyn Fn(u64, String, String, String, Vec<u8>) -> Pin<Box<dyn Future<Output = Result<Vec<u8>, Box<dyn Error + Send + Sync>>> + Send>> + Send + Sync;Available on crate feature
async only.Expand description
The signature of an async Host Callback function.