Enum web_view::Alert
[−]
[src]
pub enum Alert {
Info,
Warning,
Error,
}Dialog alerts, should be specified in Dialog::Alert variant.
Variants
InfoWarningError