pub struct StreamFrameDecoder { /* private fields */ }Implementations§
Source§impl StreamFrameDecoder
impl StreamFrameDecoder
pub fn try_decode_event(&mut self) -> Result<TracingEvent, bool>
pub fn decode_many(&mut self, bytes: &[u8]) -> Vec<TracingEvent>
pub fn ensure_buf_end(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for StreamFrameDecoder
impl !RefUnwindSafe for StreamFrameDecoder
impl Send for StreamFrameDecoder
impl !Sync for StreamFrameDecoder
impl Unpin for StreamFrameDecoder
impl UnwindSafe for StreamFrameDecoder
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