Struct akka_projection_rs::SourceProviderError
source · pub struct SourceProviderError;
Expand description
Errors for event processing by a handler.
Auto Trait Implementations§
impl RefUnwindSafe for SourceProviderError
impl Send for SourceProviderError
impl Sync for SourceProviderError
impl Unpin for SourceProviderError
impl UnwindSafe for SourceProviderError
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