Type Alias rust_icu_sys::UTextAccess

source ·
pub type UTextAccess = Option<unsafe extern "C" fn(ut: *mut UText, nativeIndex: i64, forward: UBool) -> UBool>;

Aliased Type§

enum UTextAccess {
    None,
    Some(unsafe extern "C" fn(_: *mut UText, _: i64, _: i8) -> i8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut UText, _: i64, _: i8) -> i8)

Some value of type T.