Expand description
wRPC transport stream framing
Modules§
Structs§
- Accept
MapContext - Wrapper returned by
AcceptExt::map_context
- Decoder
- Frame decoder
- Encoder
- Frame encoder
- Frame
- Owned wRPC frame
- Frame
Ref - wRPC frame reference
- Incoming
- Incoming framed stream
- Invoke
Builder - Defines invocation behavior
- Outgoing
- Outgoing framed stream
- Server
- wRPC server for framed transports
Enums§
- Accept
Error - Error returned by
Server::accept
Constants§
- PROTOCOL
- Framing protocol version
Traits§
- Accept
- Accepts connections on a transport
- Accept
Ext - Extension trait for Accept
- Conn
Handler - Connection handler defines the connection I/O behavior. It is mostly useful for transports that may require additional clean up not already covered by [AsyncWrite::shutdown], for example. This API is experimental and may change in backwards-incompatible ways in the future.
Functions§
- invoke
- Invoke function
func
on instanceinstance