pub trait PartialCharProperty: Copy {
// Required method
fn of(ch: char) -> Option<Self>;
}
Expand description
A Character Property defined for some characters.
Examples: Decomposition_Type
, Numeric_Type
pub trait PartialCharProperty: Copy {
// Required method
fn of(ch: char) -> Option<Self>;
}
A Character Property defined for some characters.
Examples: Decomposition_Type
, Numeric_Type