[][src]Trait wascc_actor::RawCapability

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

Required methods

fn call(&self, capid: &str, operation: &str, msg: &[u8]) -> Result<Vec<u8>>

Loading content...

Implementors

Loading content...