Skip to main content

Module client

Module client 

Source
Expand description

Client implementation for starpc.

This module provides the client-side API for making RPC calls, supporting unary, client streaming, server streaming, and bidirectional streaming patterns.

Modules§

transport
Transport-based stream openers.

Structs§

SrpcClient
Standard starpc client implementation.

Traits§

Client
Client trait for making RPC calls.
OpenStream
Trait for opening streams to a remote server.

Type Aliases§

BoxClient
Boxed Client trait object.
PacketReceiver
Receiver for incoming packets.