Trait regex_syntax::hir::interval::Bound[][src]

pub trait Bound: Copy + Clone + Debug + Eq + PartialEq + PartialOrd + Ord {
    fn min_value() -> Self;
fn max_value() -> Self;
fn as_u32(self) -> u32;
fn increment(self) -> Self;
fn decrement(self) -> Self; }

Required Methods

Implementations on Foreign Types

impl Bound for u8
[src]

impl Bound for char
[src]

Implementors