Skip to main content

TlsByteSource

Type Alias TlsByteSource 

Source
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 owner task with a bounded demand window. 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 */ }