pub struct Yielder(/* private fields */);Expand description
A handle for emitting messages from Stream::generate.
Implementations§
Auto Trait Implementations§
impl Freeze for Yielder
impl !RefUnwindSafe for Yielder
impl Send for Yielder
impl Sync for Yielder
impl Unpin for Yielder
impl !UnwindSafe for Yielder
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