Trait BinaryCharProperty

trait BinaryCharProperty: CharProperty

A Character Property with binary values.

Examples: Alphabetic, Bidi_Mirrored, White_Space

Required Methods

fn as_bool(self: &Self) -> bool

The boolean value of the property value.

Provided Methods

fn abbr_name(self: &Self) -> &'static str

The abbreviated name of the property value.

fn long_name(self: &Self) -> &'static str

The long name of the property value.

fn human_name(self: &Self) -> &'static str

The human-readable name of the property value.