pub trait UcdFileByCodepoint: UcdFile {
    // Required method
    fn codepoints(&self) -> CodepointIter ;
}
Expand description

Describes a single UCD file where every record in the file is associated with one or more codepoints.

Required Methods§

source

fn codepoints(&self) -> CodepointIter

Returns the codepoints associated with this record.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl UcdFileByCodepoint for DerivedBidiClass

source§

impl UcdFileByCodepoint for DerivedBinaryProperties

source§

impl UcdFileByCodepoint for DerivedCombiningClass

source§

impl UcdFileByCodepoint for DerivedDecompositionType

source§

impl UcdFileByCodepoint for DerivedEastAsianWidth

source§

impl UcdFileByCodepoint for DerivedGeneralCategory

source§

impl UcdFileByCodepoint for DerivedJoiningGroup

source§

impl UcdFileByCodepoint for DerivedJoiningType

source§

impl UcdFileByCodepoint for DerivedLineBreak

source§

impl UcdFileByCodepoint for DerivedName

source§

impl UcdFileByCodepoint for DerivedNumericType

source§

impl UcdFileByCodepoint for DerivedNumericValues

source§

impl UcdFileByCodepoint for Age

source§

impl UcdFileByCodepoint for ArabicShaping

source§

impl UcdFileByCodepoint for BidiMirroring

source§

impl UcdFileByCodepoint for CaseFold

source§

impl UcdFileByCodepoint for CoreProperty

source§

impl UcdFileByCodepoint for DerivedNormalizationProperty

source§

impl UcdFileByCodepoint for EastAsianWidth

source§

impl UcdFileByCodepoint for EmojiProperty

source§

impl UcdFileByCodepoint for GraphemeClusterBreak

source§

impl UcdFileByCodepoint for JamoShortName

source§

impl UcdFileByCodepoint for NameAlias

source§

impl UcdFileByCodepoint for Property

source§

impl UcdFileByCodepoint for Script

source§

impl UcdFileByCodepoint for ScriptExtension

source§

impl UcdFileByCodepoint for SentenceBreak

source§

impl UcdFileByCodepoint for SpecialCaseMapping

source§

impl UcdFileByCodepoint for UnicodeData

source§

impl UcdFileByCodepoint for WordBreak