pub struct TlsExtVersion {}Expand description
TLS Extension 43 Supported Verison handling
Implementations§
Source§impl TlsExtVersion
impl TlsExtVersion
Sourcepub fn client_supported_version_cb<P: ExtVersionProcessor>(
p: &mut P,
versions_raw: &[u8],
) -> Result<(), TlsExtError>
pub fn client_supported_version_cb<P: ExtVersionProcessor>( p: &mut P, versions_raw: &[u8], ) -> Result<(), TlsExtError>
Client Hello supported versions callback
Auto Trait Implementations§
impl Freeze for TlsExtVersion
impl RefUnwindSafe for TlsExtVersion
impl Send for TlsExtVersion
impl Sync for TlsExtVersion
impl Unpin for TlsExtVersion
impl UnwindSafe for TlsExtVersion
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