Module branch
winnow
0.7.4
Module branch
Module Items
Re-exports
Macros
Traits
Functions
In winnow::
combinator
Modules
branch
core
debug
impls
multi
sequence
Macros
dispatch
seq
Structs
ParserIterator
Repeat
Traits
Alt
Permutation
Functions
alt
backtrack_err
cond
cut_err
delimited
empty
eof
fail
fill
iterator
not
opt
peek
permutation
preceded
repeat
repeat_till
separated
separated_foldl1
separated_foldr1
separated_pair
terminated
todo
trace
winnow
::
combinator
Module
branch
Copy item path
Settings
Help
Summary
Source
Re-exports
§
pub use crate::
dispatch
;
Macros
§
alt_
trait
🔒
alt_
trait_
impl
🔒
alt_
trait_
inner
🔒
permutation_
trait
🔒
permutation_
trait_
impl
🔒
permutation_
trait_
inner
🔒
succ
🔒
Traits
§
Alt
Helper trait for the
alt()
combinator.
Permutation
Helper trait for the
permutation()
combinator.
Functions
§
alt
Pick the first successful parser
permutation
Applies a list of parsers in any order.