pub trait SpecCombinator {
type SpecResult;
}
Expand description
Specification for parser and serializer Combinator
s. All Vest combinators must implement this
trait.
Required Associated Types§
Sourcetype SpecResult
type SpecResult
The view of Combinator::Result
.