pub type PageHook = Arc<dyn for<'a> Fn(&'a dyn BrowserPage, &'a PageOptions) -> BoxFuture<'a, Result<(), BrowserError>> + Send + Sync>;Expand description
Asynchronous hook operating on a provider-erased page and its creation context.
Aliased Typeยง
pub struct PageHook { /* private fields */ }