Trait objc2::foundation::NSFastEnumeration  
source · pub unsafe trait NSFastEnumeration: Message {
    type Item: Message;
    // Provided method
    fn iter_fast(&self) -> NSFastEnumerator<'_, Self> ⓘ { ... }
}pub unsafe trait NSFastEnumeration: Message {
    type Item: Message;
    // Provided method
    fn iter_fast(&self) -> NSFastEnumerator<'_, Self> ⓘ { ... }
}