pub type BaseEvent = BaseEvent;Aliased Type§
pub enum BaseEvent {
UnexpectedError(Option<DispatchError>),
}Variants§
UnexpectedError(Option<DispatchError>)
An unexpected error happened that should be investigated. TODO: Unused, remove it.
pub type BaseEvent = BaseEvent;pub enum BaseEvent {
UnexpectedError(Option<DispatchError>),
}An unexpected error happened that should be investigated. TODO: Unused, remove it.