pub struct TlsExtEncryptedClientHello {}Expand description
TLS Encrypted CLient Hello handling
Implementations§
Source§impl TlsExtEncryptedClientHello
impl TlsExtEncryptedClientHello
pub fn client_encrypted_hello_cb<P: ExtEncryptedClientHelloProcessor>( p: &mut P, ec_hello_raw: &[u8], ) -> Result<(), TlsExtError>
Auto Trait Implementations§
impl Freeze for TlsExtEncryptedClientHello
impl RefUnwindSafe for TlsExtEncryptedClientHello
impl Send for TlsExtEncryptedClientHello
impl Sync for TlsExtEncryptedClientHello
impl Unpin for TlsExtEncryptedClientHello
impl UnwindSafe for TlsExtEncryptedClientHello
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more