pub type TlsByteSource = Source<Vec<u8>, NotUsed>;Expand description
TLS byte source used by accepted and outgoing TLS connections.
The source emits Vec<u8> chunks and backpressures the Tokio read task with
a capacity-1 channel. The public datum-core extension surface does not
expose the private TokioByteSource materialized IoResult constructor, so
datum-net exposes TLS-specific byte-half aliases.
Aliased Typeยง
pub struct TlsByteSource { /* private fields */ }