ShowFn

Type Alias ShowFn 

Source
pub type ShowFn<T> = fn(&Packed<T>, &mut Engine<'_>, StyleChain<'_>) -> Result<Content, EcoVec<SourceDiagnostic>>;
Expand description

The signature of a native show rule.