Expand description
QUIC channel implementation based on quinn
Structs
Future returned by accept_bi
Types for quinn channels.
A server channel using a quinn connection
Future returned by open_bi
A stream that wraps a quinn RecvStream with length delimiting and bincode
A sink that wraps a quinn SendStream with length delimiting and bincode
A server channel using a quinn connection
Enums
CreateChannelError for quinn channels.
Type Definitions
Error for accept_bi. Currently just a quinn::ConnectionError
Error for open_bi. Currently just a quinn::ConnectionError