Enum webbrowser::Browser [] [src]

pub enum Browser {
    Default,
    Firefox,
    InternetExplorer,
    Chrome,
    Opera,
    Safari,
}

Browser types available

Variants

DefaultFirefoxInternetExplorerChromeOperaSafari

Trait Implementations

impl Debug for Browser
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.