pub type UCharIteratorMove = Option<unsafe extern "C" fn(iter: *mut UCharIterator, delta: i32, origin: UCharIteratorOrigin) -> i32>;

Aliased Type§

enum UCharIteratorMove {
    None,
    Some(unsafe extern "C" fn(_: *mut UCharIterator, _: i32, _: UCharIteratorOrigin) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut UCharIterator, _: i32, _: UCharIteratorOrigin) -> i32)

Some value of type T.