[][src]Trait bogobble::partial::OPushable

pub trait OPushable<I>: Sized {
    pub fn opush<'a, B: Parser<'a, Out = Option<PosTree<I>>>>(
        self,
        b: B
    ) -> OPusher<Self, B>; }

Required methods

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

Loading content...

Implementors

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

Loading content...