[][src]Trait ucd_parse::UcdFileByCodepoint

pub trait UcdFileByCodepoint: UcdFile {
    fn codepoints(&self) -> CodepointIter;
}

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

Required methods

fn codepoints(&self) -> CodepointIter

Returns the codepoints associated with this record.

Loading content...

Implementors

impl UcdFileByCodepoint for Age[src]

impl UcdFileByCodepoint for ArabicShaping[src]

impl UcdFileByCodepoint for BidiMirroring[src]

impl UcdFileByCodepoint for CaseFold[src]

impl UcdFileByCodepoint for CoreProperty[src]

impl UcdFileByCodepoint for EmojiProperty[src]

impl UcdFileByCodepoint for GraphemeClusterBreak[src]

impl UcdFileByCodepoint for JamoShortName[src]

impl UcdFileByCodepoint for NameAlias[src]

impl UcdFileByCodepoint for Property[src]

impl UcdFileByCodepoint for Script[src]

impl UcdFileByCodepoint for ScriptExtension[src]

impl UcdFileByCodepoint for SentenceBreak[src]

impl UcdFileByCodepoint for SpecialCaseMapping[src]

impl UcdFileByCodepoint for UnicodeData[src]

impl UcdFileByCodepoint for WordBreak[src]

Loading content...