[]Type Definition fabric_contract::prelude::CallResult

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