icu_properties::props

Trait EmojiSet

Source
pub trait EmojiSet: Sealed { }
Expand description

An Emoji set as defined by Unicode Technical Standard #51.

🚫 This trait is sealed; it cannot be implemented by user code. If an API requests an item that implements this trait, please consider using a type from the implementors listed below.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§