Enum utf8_ranges::Utf8Sequence [] [src]

pub enum Utf8Sequence {
    One(Utf8Range),
    Two([Utf8Range; 2]),
    Three([Utf8Range; 3]),
    Four([Utf8Range; 4]),
}

Variants

One(Utf8Range)Two([Utf8Range; 2])Three([Utf8Range; 3])Four([Utf8Range; 4])

Trait Implementations

impl Debug for Utf8Sequence
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.