Execute a service belonging to a model. This call errors if the servcice in the model is not available.
Example:
// Call service "rpc_test" which adds and multiplies the numbers 1 and 1
let res = rpc_model .await?;
assert_eq!;
Execute a service belonging to a model. This call errors if the servcice in the model is not available.
Example:
// Call service "rpc_test" which adds and multiplies the numbers 1 and 1
let res = rpc_model .await?;
assert_eq!;