Type Definition wapc::HostCallback

source ·
pub type HostCallback = dyn Fn(u64, &str, &str, &str, &[u8]) -> Result<Vec<u8>, Box<dyn Error + Send + Sync>> + Sync + Send + 'static;
Expand description

The signature of a Host Callback function.