Expand description
Transports for quic-rpc
mem and combined are enabled by default. quic and http2 are enabled by feature flags.
Re-exports
pub use self::quinn::ChannelTypes as QuinnChannelTypes;
pub use combined::ChannelTypes as CombinedChannelTypes;
pub use http2::ChannelTypes as Http2ChannelTypes;
pub use mem::ChannelTypes as MemChannelTypes;