Enum web_view::Alert [] [src]

pub enum Alert {
    Info,
    Warning,
    Error,
}

Dialog alerts, should be specified in Dialog::Alert variant.

Variants

Trait Implementations

Auto Trait Implementations

impl Send for Alert

impl Sync for Alert