Enum entities::Codepoints [] [src]

pub enum Codepoints {
    Single(u32),
    Double(u32, u32),
}

The unicode codepoint(s) for the "character" an entity is encoding.

Variants

Trait Implementations

impl Debug for Codepoints
[src]

[src]

Formats the value using the given formatter.