Struct onig::CaptureTreeNode
source · #[repr(transparent)]pub struct CaptureTreeNode { /* private fields */ }
Expand description
Capture Tree Node
Represents a single node in the capture tree. Can be queried for information about the given capture and any child-captures that took place.
Implementations§
source§impl CaptureTreeNode
impl CaptureTreeNode
sourcepub fn children(&self) -> CaptureTreeNodeIter<'_> ⓘ
pub fn children(&self) -> CaptureTreeNodeIter<'_> ⓘ
An iterator over thie children of this capture group
Trait Implementations§
source§impl Debug for CaptureTreeNode
impl Debug for CaptureTreeNode
source§impl Index<usize> for CaptureTreeNode
impl Index<usize> for CaptureTreeNode
§type Output = CaptureTreeNode
type Output = CaptureTreeNode
The returned type after indexing.