pub type CallResult = Result<Vec<u8>, Box<dyn Error + Sync + Send>>;
Expand description

CallResult is the result for all waPC host and guest calls.