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
expr: &'a Expr
next_sibling: usize
start_group: usize
end_group: usize
min_size: usize
const_size: bool
hard: bool
looks_left: bool