Struct onig::CaptureTreeNode [] [src]

pub struct CaptureTreeNode {
    // some fields omitted
}

Methods

impl CaptureTreeNode
[src]

fn group(&self) -> usize

fn pos(&self) -> (usize, usize)

fn len(&self) -> usize

fn children<'t>(&'t self) -> CaptureTreeNodeIter<'t>

Trait Implementations

impl Debug for CaptureTreeNode
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Index<usize> for CaptureTreeNode
[src]

type Output = CaptureTreeNode

The returned type after indexing

fn index(&self, index: usize) -> &CaptureTreeNode

The method for the indexing (Foo[Bar]) operation