[][src]Trait alder::NodeParserExt

pub trait NodeParserExt: Parser<Node> {
    fn as_extra(self) -> AsExtra<Self>
    where
        Self: Sized
, { ... } }

Provided methods

fn as_extra(self) -> AsExtra<Self> where
    Self: Sized

Loading content...

Implementors

impl<P> NodeParserExt for P where
    P: Parser<Node>, 
[src]

Loading content...