pub enum SseFrameParserYield {
Frame(SseFrame),
WantsBytes,
}Expand description
Per-step yield emitted by SseFrameParser.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SseFrameParserYield
impl RefUnwindSafe for SseFrameParserYield
impl Send for SseFrameParserYield
impl Sync for SseFrameParserYield
impl Unpin for SseFrameParserYield
impl UnsafeUnpin for SseFrameParserYield
impl UnwindSafe for SseFrameParserYield
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