Stream
combine
3.8.1
Stream
Implementors
In crate combine
Modules
easy
error
parser
stream
Macros
choice
opaque
parser
struct_parser
Traits
ParseError
Parser
Positioned
RangeStream
RangeStreamOnce
Stream
StreamOnce
Functions
any
attempt
between
chainl1
chainr1
choice
count
count_min_max
env_parser
eof
from_str
look_ahead
many
many1
none_of
not_followed_by
one_of
optional
parser
position
satisfy
satisfy_map
sep_by
sep_by1
sep_end_by
sep_end_by1
skip_count
skip_count_min_max
skip_many
skip_many1
token
tokens
tokens2
try
unexpected
unexpected_any
value
Type Aliases
ConsumedResult
ParseResult
combine
Trait
Stream
Copy item path
Settings
Help
Summary
Source
pub trait Stream:
StreamOnce
+
Resetable
+
Positioned
{ }
Expand description
A stream of tokens which can be duplicated
Implementors
§
Source
§
impl<I>
Stream
for I
where I:
StreamOnce
+
Positioned
+
Resetable
, I::
Error
:
ParseError
<I::
Item
, I::
Range
, I::
Position
>,