pub unsafe extern "C-unwind" fn NSEnumerateHashTable(
table: &NSHashTable,
) -> NSHashEnumerator
Available on crate feature
NSHashTable
only.Expand description
ยงSafety
table
generic should be of the correct type.
pub unsafe extern "C-unwind" fn NSEnumerateHashTable(
table: &NSHashTable,
) -> NSHashEnumerator
NSHashTable
only.table
generic should be of the correct type.