[][src]Struct gearley::forest::Bocage

pub struct Bocage<G> { /* fields omitted */ }

Methods

impl<G> Bocage<G>[src]

pub fn traverse(&self) -> Traverse<G>[src]

impl<G> Bocage<G> where
    G: Borrow<InternalGrammar>, 
[src]

pub fn new(grammar: G) -> Self[src]

pub fn mark_alive<O: Order>(&mut self, root: NodeHandle, _order: O)[src]

Trait Implementations

impl<G> Forest for Bocage<G> where
    G: Borrow<InternalGrammar>, 
[src]

type NodeRef = NodeHandle

Reference to a node.

type LeafValue = u32

impl<'g> MemoryUse for Bocage<&'g InternalGrammar>[src]

type Arg = &'g InternalGrammar

Auto Trait Implementations

impl<G> Send for Bocage<G> where
    G: Send

impl<G> !Sync for Bocage<G>

impl<G> Unpin for Bocage<G> where
    G: Unpin

impl<G> UnwindSafe for Bocage<G> where
    G: UnwindSafe

impl<G> !RefUnwindSafe for Bocage<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]