aho_corasick::util::int

Trait U16

Source
pub(crate) trait U16 {
    // Required methods
    fn as_usize(self) -> usize;
    fn low_u8(self) -> u8;
    fn high_u8(self) -> u8;
}

Required Methods§

Source

fn as_usize(self) -> usize

Source

fn low_u8(self) -> u8

Source

fn high_u8(self) -> u8

Implementations on Foreign Types§

Source§

impl U16 for u16

Source§

fn as_usize(self) -> usize

Source§

fn low_u8(self) -> u8

Source§

fn high_u8(self) -> u8

Implementors§