Trait icu::properties::props::EnumeratedProperty
source · pub trait EnumeratedProperty: Sealed + TrieValue {
const NAME: &'static [u8];
const SHORT_NAME: &'static [u8];
}
Expand description
A Unicode character property that assigns a value to each code point.
The descriptions of most properties are taken from TR44
, the documentation for the
Unicode Character Database.
Required Associated Constants§
sourceconst SHORT_NAME: &'static [u8]
const SHORT_NAME: &'static [u8]
The abbreviated name of this property, if it exists, otherwise the name
Object Safety§
This trait is not object safe.