[][src]Function web_view::builder

pub fn builder<'a, T, I, C>() -> WebViewBuilder<'a, T, I, C> where
    I: FnMut(&mut WebView<T>, &str) -> WVResult + 'a,
    C: AsRef<str>, 

Constructs a new builder for a WebView.

Alias for WebViewBuilder::default().