pub unsafe trait AXMathExpressionProvider: NSObjectProtocol {
// Provided method
unsafe fn accessibilityMathExpression(
&self,
) -> Option<Retained<AXMathExpression>>
where Self: Sized + Message { ... }
}Available on crate feature
AXMathExpression only.Expand description
Provided Methods§
unsafe fn accessibilityMathExpression( &self, ) -> Option<Retained<AXMathExpression>>
Trait Implementations§
Source§impl ProtocolType for dyn AXMathExpressionProvider
impl ProtocolType for dyn AXMathExpressionProvider
impl<T> ImplementedBy<T> for dyn AXMathExpressionProvider
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".