pub trait StrBidiClass {
// Required methods
fn has_bidi_explicit(&self) -> bool;
fn has_ltr(&self) -> bool;
fn has_rtl(&self) -> bool;
}
Expand description
Methods for Bidi_Class
character properties of string types.
Required Methods§
Sourcefn has_bidi_explicit(&self) -> bool
fn has_bidi_explicit(&self) -> bool
Whether the string has any explicit bidi formatting character.