pub struct SseDecoder { /* private fields */ }Available on crate feature
sse only.Expand description
Incrementally parses SSE events from UTF-8 chunks (blocks delimited by \n\n).
Implementations§
Source§impl SseDecoder
impl SseDecoder
Trait Implementations§
Source§impl Debug for SseDecoder
impl Debug for SseDecoder
Source§impl Default for SseDecoder
impl Default for SseDecoder
Source§fn default() -> SseDecoder
fn default() -> SseDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SseDecoder
impl RefUnwindSafe for SseDecoder
impl Send for SseDecoder
impl Sync for SseDecoder
impl Unpin for SseDecoder
impl UnsafeUnpin for SseDecoder
impl UnwindSafe for SseDecoder
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