pub fn node_width(node: &Regex) -> WidthExpand description
Build a Width from a parsed Regex node.
This is a thin wrapper — the computation is delegated to
Regex::min_width and Regex::max_width.
pub fn node_width(node: &Regex) -> WidthBuild a Width from a parsed Regex node.
This is a thin wrapper — the computation is delegated to
Regex::min_width and Regex::max_width.