Type Alias rust_icu_sys::UCharIteratorHasNext
source · pub type UCharIteratorHasNext = Option<unsafe extern "C" fn(iter: *mut UCharIterator) -> UBool>;
Aliased Type§
enum UCharIteratorHasNext {
None,
Some(unsafe extern "C" fn(_: *mut UCharIterator) -> i8),
}