Trait RawCapability
wascc_actor
pub trait RawCapability { fn call(&self, capid: &str, operation: &str, msg: &[u8]) -> Result<Vec<u8>>; }
A loosely typed, opaque client consuming a capability provider in the host runtime
fn call(&self, capid: &str, operation: &str, msg: &[u8]) -> Result<Vec<u8>>