Skip to main content

TlsLeftOut

Trait TlsLeftOut 

Source
pub trait TlsLeftOut {
    // Required method
    fn send_record_out(&mut self, data: &[u8]);
}
Expand description

TLS State Machine Left (Ciphertext) or “Network” I/O egress side

Required Methods§

Source

fn send_record_out(&mut self, data: &[u8])

Send encoded record data out.

Implementors§