Function web_view::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>>(
    title: &str,
    content: Content<C>,
    size: Option<(i32, i32)>,
    resizable: bool,
    debug: bool,
    init_cb: I,
    ext_cb: F,
    user_data: T
) -> (T, bool)