pub type Connection<const LEN_SIZE: usize> = Connection<Stream<LEN_SIZE>>;Expand description
Type alias for Noise_XK-encrypted connection which is
connect::Connection with TCP Stream.
Aliased Type§
pub struct Connection<const LEN_SIZE: usize> { /* private fields */ }