pub async fn connect(ep: Endpoint) -> Result<BoxGrpcService>
Available on crate feature
box-grpc
only.Expand description
Connects to the provided tonic Endpoint
, returning a BoxGrpcService
.
pub async fn connect(ep: Endpoint) -> Result<BoxGrpcService>
box-grpc
only.Connects to the provided tonic Endpoint
, returning a BoxGrpcService
.