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

Returns the codepoints associated with this record.

Implementors