pub struct TlsExtAlpn {}Expand description
TLS Extension 51 Key Share handling
Implementations§
Source§impl TlsExtAlpn
impl TlsExtAlpn
pub fn client_alpn_cb<P: ExtAlpnProcessor>( p: &mut P, alpn_raw: &[u8], ) -> Result<(), TlsExtError>
Auto Trait Implementations§
impl Freeze for TlsExtAlpn
impl RefUnwindSafe for TlsExtAlpn
impl Send for TlsExtAlpn
impl Sync for TlsExtAlpn
impl Unpin for TlsExtAlpn
impl UnwindSafe for TlsExtAlpn
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