pear
0.2.9
In pear::
parsers
Functions
delimited
delimited_some
eat
eat_any
eat_if
eat_slice
enclosed
eof
none
peek
peek_any
peek_if
peek_if_copy
peek_slice
peek_slice_if
skip_any
skip_while
take_n
take_n_if
take_n_while
take_some_while
take_some_while_some_window
take_some_while_until
take_some_while_window
take_until_slice
take_while
take_while_slice
take_while_some_window
take_while_until
take_while_window
pear
::
parsers
Function
peek_any
Copy item path
Settings
Help
Summary
Source
pub fn peek_any<I:
Input
>(input: &mut
Pear
<I>) ->
Result
<I::
Token
, I>
Expand description
Returns the current token.