pub type Regex = Rc<ReNode>;Expand description
A shared pointer to a regular expression node (ReNode).
This alias is used throughout the crate to represent a node in a regular expression AST. For details on construction and structure sharing see the module documentation.
Aliased Typeยง
pub struct Regex { /* private fields */ }