[][src]Type Definition wascc_actor::prelude::CallResult

type CallResult = Result<Vec<u8>, Box<dyn Error + 'static + Sync + Send>>;