Trait BinaryCharProperty
trait BinaryCharProperty: CharProperty
A Character Property with binary values.
Examples: Alphabetic, Bidi_Mirrored, White_Space
Required Methods
fn as_bool(self: &Self) -> boolThe boolean value of the property value.
Provided Methods
fn abbr_name(self: &Self) -> &'static strThe abbreviated name of the property value.
fn long_name(self: &Self) -> &'static strThe long name of the property value.
fn human_name(self: &Self) -> &'static strThe human-readable name of the property value.