Skip to main content

PagePrepHook

Type Alias PagePrepHook 

Source
pub type PagePrepHook = Arc<dyn Fn(&mut PageOptions) + Send + Sync>;
Expand description

Synchronous hook that prepares per-page creation context.

Aliased Typeยง

pub struct PagePrepHook { /* private fields */ }