Module wrpc_transport::frame
source · Expand description
wRPC transport stream framing
Structs§
- Wrapper returned by
AcceptExt::map_context
- Frame decoder
- Frame encoder
- Owned wRPC frame
- wRPC frame reference
- Incoming framed stream
- Defines invocation behavior
- Outgoing framed stream
- wRPC server for framed transports
Enums§
- Error returned by
Server::accept
Constants§
- Framing protocol version
Traits§
- Accepts connections on a transport
- Extension trait for Accept
- 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 function
func
on instanceinstance