pub trait OnLoadUrlBegin: Fn(&WebView, &str, &NetJob) -> bool + Send + 'static { }
Triggered before a network request starts.