[][src]Struct gearley::forest::traverse::TraversalHandle

pub struct TraversalHandle<'f, 't, G> {
    pub symbol: Symbol,
    pub item: HandleVariant<'f, 't, G>,
    // some fields omitted
}

Fields

symbol: Symbolitem: HandleVariant<'f, 't, G>

Methods

impl<'f, 't, G> TraversalHandle<'f, 't, G>[src]

pub fn end_evaluation(&self)[src]

pub fn handle(&self) -> NodeHandle[src]

Auto Trait Implementations

impl<'f, 't, G> !Send for TraversalHandle<'f, 't, G>

impl<'f, 't, G> !Sync for TraversalHandle<'f, 't, G>

impl<'f, 't, G> Unpin for TraversalHandle<'f, 't, G> where
    'f: 't, 

impl<'f, 't, G> !UnwindSafe for TraversalHandle<'f, 't, G>

impl<'f, 't, G> !RefUnwindSafe for TraversalHandle<'f, 't, G>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]