Function wireman_core::client::call_unary_async
source · pub async fn call_unary_async(req: &RequestMessage) -> Result<ResponseMessage>
Expand description
Creates a new gRPC
client and sends a message to a gRPC
server.
This method is async.
§Errors
- Internal error calling the
gRPC
server