Struct fancy_regex::analyze::Info [] [src]

pub struct Info<'a> {
    pub expr: &'a Expr,
    pub next_sibling: usize,
    pub start_group: usize,
    pub end_group: usize,
    pub min_size: usize,
    pub const_size: bool,
    pub hard: bool,
    pub looks_left: bool,
}

Fields

Trait Implementations

impl<'a> Debug for Info<'a>
[src]

Formats the value using the given formatter.