Struct tom::CstChildren[][src]

pub struct CstChildren<'a> { /* fields omitted */ }

Methods

impl<'a> CstChildren<'a>
[src]

Important traits for CstChildrenIter<'a>

Important traits for RevCstChildrenIter<'a>

Trait Implementations

impl<'a> Clone for CstChildren<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for CstChildren<'a>
[src]

impl<'a> IntoIterator for CstChildren<'a>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<'a> Send for CstChildren<'a>

impl<'a> Sync for CstChildren<'a>