ShowFn

Type Alias ShowFn 

Source
pub type ShowFn<T> = fn(elem: &Packed<T>, engine: &mut Engine<'_>, styles: StyleChain<'_>) -> SourceResult<Content>;
Expand description

The signature of a native show rule.