Expand description
Errors that arise when interacting with views.
Variants
KeySerialization(Box<dyn AnyError>)
An error occurred while serializing or deserializing keys emitted in a view.
Core(Error)
An error unrelated to views.
Implementations
Returns a Self::KeySerialization instance after boxing the error.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more