Trait CharsetRange

Source
trait CharsetRange {
    // Required methods
    fn first(&self) -> u32;
    fn n_left(&self) -> u32;
}
Expand description

Trait that unifies ranges for formats 1 and 2 so that we can implement the tricky search logic once.

Required Methods§

Source

fn first(&self) -> u32

Source

fn n_left(&self) -> u32

Implementors§