# Functions
NewStub creates a new RPC stub that uses the given channel for dispatching RPCs.
WithResolver returns a StubOption that causes a Stub to use the given resolver for de-serializing response messages.
# Structs
BidiStream represents a bi-directional stream for sending messages to and receiving messages from a server.
ClientStream represents a response stream from a client.
ServerStream represents a response stream from a server.
Stub is an RPC client stub, used for dynamically dispatching RPCs to a server.
# Interfaces
StubOption is an option that can be used to customize behavior when creating a Stub.