pub struct TlsExtPske {}Expand description
TLS Extension 41 Pre-Shared Key Exchange mode Handling
Implementations§
Source§impl TlsExtPske
impl TlsExtPske
Sourcepub fn client_pske_cb<P: ExtPskeProcessor>(
p: &mut P,
pske_raw: &[u8],
) -> Result<(), TlsExtError>
pub fn client_pske_cb<P: ExtPskeProcessor>( p: &mut P, pske_raw: &[u8], ) -> Result<(), TlsExtError>
Client Pre-Shared Key Exchange mode callback
Auto Trait Implementations§
impl Freeze for TlsExtPske
impl RefUnwindSafe for TlsExtPske
impl Send for TlsExtPske
impl Sync for TlsExtPske
impl Unpin for TlsExtPske
impl UnwindSafe for TlsExtPske
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