pub struct InProcessSink { /* private fields */ }Expand description
Sink that calls an in-process async handler
Useful for direct event processing without going through a provider.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InProcessSink
impl !RefUnwindSafe for InProcessSink
impl Send for InProcessSink
impl Sync for InProcessSink
impl Unpin for InProcessSink
impl UnsafeUnpin for InProcessSink
impl !UnwindSafe for InProcessSink
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