Skip to main content

apply_handler_for_meaning

Function apply_handler_for_meaning 

Source
pub fn apply_handler_for_meaning(meaning: &str) -> Option<ApplyHandler>
Expand description

Determine the presentation handler for a specific meaning.

Port of the Apply:?:meaning DefMathML declarations. Returns Some(handler) if a meaning-specific handler exists, None for role-based fallback.