Type Alias ShowFn
pub type ShowFn<T> = fn(&Packed<T>, &mut Engine<'_>, StyleChain<'_>) -> Result<Content, EcoVec<SourceDiagnostic>>;Expand description
The signature of a native show rule.
pub type ShowFn<T> = fn(&Packed<T>, &mut Engine<'_>, StyleChain<'_>) -> Result<Content, EcoVec<SourceDiagnostic>>;The signature of a native show rule.