Trait NSAccessibilityColor
Source pub unsafe trait NSAccessibilityColor {
// Provided method
unsafe fn accessibilityName(&self) -> Retained<NSString>
where Self: Sized + Message { ... }
}
Available on crate feature NSAccessibilityColor
only.
Expand description
Returns a localized description of the color for use in accessibility attributes.
The name of the Objective-C protocol that this type represents.
Read more
Get a reference to the Objective-C protocol object that this type
represents.
Read more