pub unsafe trait UINSIntegerTraitDefinition: UITraitDefinition + IsMainThreadOnly {
// Provided method
unsafe fn defaultValue(mtm: MainThreadMarker) -> NSInteger
where Self: Sized + ClassType { ... }
}Available on crate feature
UITrait only.