pub type ShowFn<T> = fn(elem: &Packed<T>, engine: &mut Engine<'_>, styles: StyleChain<'_>) -> SourceResult<Content>;Expand description
The signature of a native show rule.
pub type ShowFn<T> = fn(elem: &Packed<T>, engine: &mut Engine<'_>, styles: StyleChain<'_>) -> SourceResult<Content>;The signature of a native show rule.