pub type CallResults = HashMap<String, CallServiceResult>;
Expand description
This is a map from a String to a service result for compatibility with JavaScript.
Binary format implementations like rmp-serde
do not convert keys from strings, unlike serde_json
.
Aliased Typeยง
pub struct CallResults { /* private fields */ }