Struct parser_c::parser::parser_monad::P
[−]
[src]
#[must_use]pub struct P<a>(pub Rc<Box<Fn(PState) -> ParseResult<a>>>);
Trait Implementations
impl<a> Clone for P<a>
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more