Struct twilight_model::gateway::event::EventConversionError [−][src]
pub struct EventConversionError { /* fields omitted */ }Expand description
An error that describes a failure to convert from one event type to another.
Implementations
Consume the error, returning the original event.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EventConversionError
impl Send for EventConversionError
impl Sync for EventConversionError
impl Unpin for EventConversionError
impl UnwindSafe for EventConversionError
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