Skip to main content
ParserFnSpecs
vest_
lib
In vest_
lib::
combinators::
recursive::
spec
vest_lib
::
combinators
::
recursive
::
spec
Type Alias
Parser
FnSpecs
Copy item path
Source
pub type ParserFnSpecs<T> = (
ParserFnSpec
<T>,
PredFnSpec
<T>,
ByteLenFnSpec
<T>);