pub struct QuicFramed {}Expand description
Placeholder QUIC framed stream type
In a full implementation, this would wrap Quinn’s connection types and implement the same interface as other transport framed types.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuicFramed
impl RefUnwindSafe for QuicFramed
impl Send for QuicFramed
impl Sync for QuicFramed
impl Unpin for QuicFramed
impl UnwindSafe for QuicFramed
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