Expand description
Lowest-level API interface to an active RPC connection.
Treats messages as unrelated strings, and validates outgoing messages for correctness.
Structs§
- Reader
- A low-level reader type, wrapping a boxed
Read
. - Writer
- A low-level writer type, wrapping a boxed
Write
.
Enums§
- Send
Request Error - An error that has occurred while sending a request.