proc_
macro2
1.0.94
In proc_
macro2::
parse
Macros
next_ch
Structs
Cursor
Reject
Constants
ERROR
Functions
backslash_u
backslash_x_byte
backslash_x_char
backslash_x_nonzero
block_comment
byte
byte_string
c_string
character
cooked_byte_string
cooked_c_string
cooked_string
delimiter_of_raw_string
digits
doc_comment
doc_comment_contents
float
float_digits
ident
ident_any
ident_not_raw
int
is_whitespace
leaf_token
lex_error
literal
literal_nocapture
literal_suffix
punct
punct_char
raw_byte_string
raw_c_string
raw_string
skip_whitespace
string
take_until_newline_or_eof
token_stream
trailing_backslash
word_break
Type Aliases
PResult
proc_macro2
::
parse
Function
block_comment
Copy item path
Settings
Help
Summary
Source
fn block_comment(input:
Cursor
<'_>) ->
Result
<(
Cursor
<'_>, &
str
),
Reject
>