pub struct EventProcessorFactory;Implementations§
Source§impl EventProcessorFactory
impl EventProcessorFactory
pub fn create<'a, E, T>(handler: E) -> impl EventProcessor<'a, T>
pub fn create_mut<'a, E, T>(handler: E) -> impl EventProcessorMut<'a, T>
Auto Trait Implementations§
impl Freeze for EventProcessorFactory
impl RefUnwindSafe for EventProcessorFactory
impl Send for EventProcessorFactory
impl Sync for EventProcessorFactory
impl Unpin for EventProcessorFactory
impl UnsafeUnpin for EventProcessorFactory
impl UnwindSafe for EventProcessorFactory
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