rust_icu_common 5.7.0

Native bindings to the ICU4C library from Unicode. Commonly used types.
Documentation
1
2
3
4
5
6
7
8
#![no_implicit_prelude]

#[allow(dead_code)]
struct Type {
    rep: ::std::ptr::NonNull<::rust_icu_sys::UMessageFormat>,
}

::rust_icu_common::simple_drop_impl!(Type, umsg_close);