Enum yew_event_source::EventSourceStatus [−][src]
pub enum EventSourceStatus {
Open,
Error,
}Expand description
A status of an event source connection. Used for status notification.
Variants
Fired when an event source connection was opened.
Fired when an event source connection had an error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EventSourceStatusimpl Send for EventSourceStatusimpl Sync for EventSourceStatusimpl Unpin for EventSourceStatusimpl UnwindSafe for EventSourceStatus