[][src]Trait bogobble::partial::Pushable

pub trait Pushable<I>: Sized {
    pub fn push<'a, B: Parser<'a, Out = PosTree<I>>>(
        self,
        b: B
    ) -> Pusher<Self, B>; }

Required methods

pub fn push<'a, B: Parser<'a, Out = PosTree<I>>>(self, b: B) -> Pusher<Self, B>[src]

Loading content...

Implementors

impl<'b, A: Parser<'b, Out = PosTree<I>>, I: Clone> Pushable<I> for A[src]

Loading content...