pub unsafe trait AXMathExpressionProvider: NSObjectProtocol {
// Provided method
unsafe fn accessibilityMathExpression(
&self,
) -> Option<Retained<AXMathExpression>>
where Self: Sized + Message { ... }
}
Available on crate feature
AXMathExpression
only.