Enum browser_window::DelegateError [−][src]
pub enum DelegateError {
RuntimeNotAvailable,
ClosurePanicked,
}
Expand description
The error that occurs when you’re delegating work to the GUI thread, but it fails to finish and/or return a result.
Variants
The runtime has either not yet started or already ended. This happens when the application has already exited for example.
The delegated closure has panicked.