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 EventConversionErrorimpl Send for EventConversionErrorimpl Sync for EventConversionErrorimpl Unpin for EventConversionErrorimpl UnwindSafe for EventConversionError