Enum yew_event_source::ReadyState [−][src]
pub enum ReadyState {
Connecting,
Open,
Closed,
}Expand description
Ready state of an event source
Variants
The event source connection is connecting.
The event source connection is open.
The event source connection is closed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReadyStateimpl Send for ReadyStateimpl Sync for ReadyStateimpl Unpin for ReadyStateimpl UnwindSafe for ReadyState