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