Function NSStringFromHashTable

Source
pub unsafe extern "C-unwind" fn NSStringFromHashTable(
    table: &NSHashTable,
) -> Retained<NSString>
👎Deprecated: renamed to NSString::from_hash_table
Available on crate features NSHashTable and NSString only.