Function web_view::builder

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

Constructs a new builder for a WebView.

Alias for WebViewBuilder::default().