Module ext
syn
2.0.100
Module ext
Module Items
Traits
In crate syn
Modules
buffer
ext
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
AssocConst
AssocType
Attribute
BareFnArg
BareVariadic
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
FieldValue
FieldsNamed
FieldsUnnamed
Generics
Ident
ImplGenerics
Index
Lifetime
LifetimeParam
LitBool
LitByte
LitByteStr
LitCStr
LitChar
LitFloat
LitInt
LitStr
Macro
MetaList
MetaNameValue
ParenthesizedGenericArguments
Path
PathSegment
PredicateLifetime
PredicateType
QSelf
TraitBound
Turbofish
TypeArray
TypeBareFn
TypeGenerics
TypeGroup
TypeImplTrait
TypeInfer
TypeMacro
TypeNever
TypeParam
TypeParen
TypePath
TypePtr
TypeReference
TypeSlice
TypeTraitObject
TypeTuple
Variant
VisRestricted
WhereClause
Enums
AttrStyle
BinOp
Data
Expr
FieldMutability
Fields
GenericArgument
GenericParam
Lit
MacroDelimiter
Member
Meta
PathArguments
ReturnType
TraitBoundModifier
Type
TypeParamBound
UnOp
Visibility
WherePredicate
Functions
parse
parse2
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.