Files
bitflag_attr
example_generated.rs
iter.rs
lib.rs
parser.rs
bitflags_attr_macros
lib.rs
typed.rs
proc_macro2
detection.rs
extra.rs
fallback.rs
lib.rs
marker.rs
parse.rs
rcvec.rs
wrapper.rs
quote
ext.rs
format.rs
ident_fragment.rs
lib.rs
runtime.rs
spanned.rs
to_tokens.rs
syn
gen
clone.rs
attr.rs
bigint.rs
buffer.rs
classify.rs
custom_keyword.rs
custom_punctuation.rs
data.rs
derive.rs
discouraged.rs
drops.rs
error.rs
export.rs
expr.rs
ext.rs
file.rs
fixup.rs
generics.rs
group.rs
ident.rs
item.rs
lib.rs
lifetime.rs
lit.rs
lookahead.rs
mac.rs
macros.rs
meta.rs
op.rs
parse.rs
parse_macro_input.rs
parse_quote.rs
pat.rs
path.rs
precedence.rs
print.rs
punctuated.rs
restriction.rs
sealed.rs
span.rs
spanned.rs
stmt.rs
thread.rs
token.rs
ty.rs
verbatim.rs
whitespace.rs
unicode_ident
lib.rs
tables.rs
syn/
sealed.rs
Settings
Help
Summary
1
#[cfg(feature =
"parsing"
)]
2
pub
(
crate
)
mod
lookahead {
3
pub trait
Sealed: Copy {}
4
}