Module ext
syn
2.0.100
Module ext
Module Items
Traits
In crate syn
Modules
buffer
ext
fold
meta
parse
punctuated
spanned
token
Macros
Token
braced
bracketed
custom_keyword
custom_punctuation
parenthesized
parse_macro_input
parse_quote
parse_quote_spanned
Structs
Abi
AngleBracketedGenericArguments
Arm
AssocConst
AssocType
Attribute
BareFnArg
BareVariadic
Block
BoundLifetimes
ConstParam
Constraint
DataEnum
DataStruct
DataUnion
DeriveInput
Error
ExprArray
ExprAssign
ExprAsync
ExprAwait
ExprBinary
ExprBlock
ExprBreak
ExprCall
ExprCast
ExprClosure
ExprConst
ExprContinue
ExprField
ExprForLoop
ExprGroup
ExprIf
ExprIndex
ExprInfer
ExprLet
ExprLit
ExprLoop
ExprMacro
ExprMatch
ExprMethodCall
ExprParen
ExprPath
ExprRange
ExprRawAddr
ExprReference
ExprRepeat
ExprReturn
ExprStruct
ExprTry
ExprTryBlock
ExprTuple
ExprUnary
ExprUnsafe
ExprWhile
ExprYield
Field
FieldPat
FieldValue
FieldsNamed
FieldsUnnamed
File
ForeignItemFn
ForeignItemMacro
ForeignItemStatic
ForeignItemType
Generics
Ident
ImplGenerics
ImplItemConst
ImplItemFn
ImplItemMacro
ImplItemType
Index
ItemConst
ItemEnum
ItemExternCrate
ItemFn
ItemForeignMod
ItemImpl
ItemMacro
ItemMod
ItemStatic
ItemStruct
ItemTrait
ItemTraitAlias
ItemType
ItemUnion
ItemUse
Label
Lifetime
LifetimeParam
LitBool
LitByte
LitByteStr
LitCStr
LitChar
LitFloat
LitInt
LitStr
Local
LocalInit
Macro
MetaList
MetaNameValue
ParenthesizedGenericArguments
PatConst
PatIdent
PatLit
PatMacro
PatOr
PatParen
PatPath
PatRange
PatReference
PatRest
PatSlice
PatStruct
PatTuple
PatTupleStruct
PatType
PatWild
Path
PathSegment
PreciseCapture
PredicateLifetime
PredicateType
QSelf
Receiver
Signature
StmtMacro
TraitBound
TraitItemConst
TraitItemFn
TraitItemMacro
TraitItemType
Turbofish
TypeArray
TypeBareFn
TypeGenerics
TypeGroup
TypeImplTrait
TypeInfer
TypeMacro
TypeNever
TypeParam
TypeParen
TypePath
TypePtr
TypeReference
TypeSlice
TypeTraitObject
TypeTuple
UseGlob
UseGroup
UseName
UsePath
UseRename
Variadic
Variant
VisRestricted
WhereClause
Enums
AttrStyle
BinOp
CapturedParam
Data
Expr
FieldMutability
Fields
FnArg
ForeignItem
GenericArgument
GenericParam
ImplItem
ImplRestriction
Item
Lit
MacroDelimiter
Member
Meta
Pat
PathArguments
PointerMutability
RangeLimits
ReturnType
StaticMutability
Stmt
TraitBoundModifier
TraitItem
Type
TypeParamBound
UnOp
UseTree
Visibility
WherePredicate
Functions
parse
parse2
parse_file
parse_str
Type Aliases
Result
syn
Module
ext
Copy item path
Settings
Help
Summary
Source
Expand description
Extension traits to provide parsing methods on foreign types.
Traits
§
Ident
Ext
Additional methods for
Ident
not provided by proc-macro2 or libproc_macro.