pub trait UcdFileByCodepoint: UcdFile {
    fn codepoints(&self) -> CodepointIterNotable traits for CodepointIterimpl Iterator for CodepointIter    type Item = Codepoint;;
}
Expand description

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

Required Methods

Returns the codepoints associated with this record.

Implementors