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

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

Fields

Trait Implementations

impl<A: Default, B: Default> Default for PartialState2<A, B>
[src]

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

Auto Trait Implementations

impl<A, B> Send for PartialState2<A, B> where
    A: Send,
    B: Send

impl<A, B> Sync for PartialState2<A, B> where
    A: Sync,
    B: Sync