Function web_view_suppress::run[][src]

pub fn run<'a, T: 'a, I: FnOnce(MyUnique<WebView<'a, T>>), F: FnMut(&mut WebView<'a, T>, &str, &mut T) + 'a, C: AsRef<str>, E: FnOnce(OnCloseInformation)>(
    title: &str,
    content: Content<C>,
    size: Option<(i32, i32)>,
    resizable: bool,
    debug: bool,
    init_cb: I,
    ext_cb: F,
    user_data: T,
    on_close_cb: E
) -> (T, bool)