Trait ucd_parse::UcdFileByCodepoint
[−]
[src]
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
ⓘImportant traits for CodepointIter
fn codepoints(&self) -> CodepointIter
Returns the codepoints associated with this record.
Implementors
impl UcdFileByCodepoint for Ageimpl UcdFileByCodepoint for CaseFoldimpl UcdFileByCodepoint for CorePropertyimpl UcdFileByCodepoint for JamoShortNameimpl UcdFileByCodepoint for NameAliasimpl UcdFileByCodepoint for Propertyimpl UcdFileByCodepoint for ScriptExtensionimpl UcdFileByCodepoint for Scriptimpl UcdFileByCodepoint for SpecialCaseMappingimpl UcdFileByCodepoint for UnicodeData