Struct combine::parser::sequence::PartialState2 [−][src]
pub struct PartialState2<A, B> { pub A: A, pub B: B, // some fields omitted }
Fields
A: A
B: B
Trait Implementations
Returns the “default value” for a type. Read more