Struct combine::parser::sequence::PartialState1 [] [src]

pub struct PartialState1<A> {
    pub A: A,
    // some fields omitted
}

Fields

Trait Implementations

impl<A: Default> Default for PartialState1<A>
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<A> Send for PartialState1<A> where
    A: Send

impl<A> Sync for PartialState1<A> where
    A: Sync