pub struct Extensions {}Implementations§
Source§impl Extensions
impl Extensions
pub fn parse_server_extensions<P: ServerRecordProcessor>( prc: &mut P, bytes: &[u8], ) -> Result<(), ExtensionsError>
pub fn parse_client_extensions<P: ClientHelloProcessor>( prc: &mut P, bytes: &[u8], ) -> Result<(), ExtensionsError>
Auto Trait Implementations§
impl Freeze for Extensions
impl RefUnwindSafe for Extensions
impl Send for Extensions
impl Sync for Extensions
impl Unpin for Extensions
impl UnwindSafe for Extensions
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