Trait objc_foundation::INSFastEnumeration [] [src]

pub trait INSFastEnumeration: INSObject {
    type Item: INSObject;
    fn enumerator(&self) -> NSFastEnumerator<Self> { ... }
}

Associated Types

Provided Methods

Important traits for NSFastEnumerator<'a, C>

Implementors