pub struct CanonicalCombiningClassMap { /* private fields */ }Expand description
Lookup of the Canonical_Combining_Class Unicode property.
Implementations§
Source§impl CanonicalCombiningClassMap
impl CanonicalCombiningClassMap
Sourcepub fn as_borrowed(&self) -> CanonicalCombiningClassMapBorrowed<'_>
pub fn as_borrowed(&self) -> CanonicalCombiningClassMapBorrowed<'_>
Constructs a borrowed version of this type for more efficient querying.
Sourcepub const fn new() -> CanonicalCombiningClassMapBorrowed<'static>
pub const fn new() -> CanonicalCombiningClassMapBorrowed<'static>
Construct from compiled data.
✨ Enabled with the compiled_data Cargo feature.
Sourcepub fn try_new_unstable<D>(provider: &D) -> Result<Self, DataError>
pub fn try_new_unstable<D>(provider: &D) -> Result<Self, DataError>
A version of Self::new that uses custom data provided by a DataProvider.
⚠️ The bounds on provider may change over time, including in SemVer minor releases.