Trait TlsMessageExt

Source
pub trait TlsMessageExt {
    // Required methods
    fn into_client_hello_payload(self) -> Option<ClientHelloPayload>;
    fn into_server_hello_payload(self) -> Option<ServerHelloPayload>;
}

Required Methods§

Implementors§