Trait icu::properties::props::BinaryProperty
source · pub trait BinaryProperty: Sealed {
const NAME: &'static [u8];
const SHORT_NAME: &'static [u8];
}
Expand description
A binary Unicode character property.
The descriptions of most properties are taken from TR44
, the documentation for the
Unicode Character Database. Some properties are instead defined in TR18
, the
documentation for Unicode regular expressions. In particular, Annex C of this document
defines properties for POSIX compatibility.
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.