Module error
syn
2.0.100
Module error
Module Items
Structs
Functions
Type Aliases
In crate syn
Modules
attr
bigint
buffer
classify
custom_keyword
custom_punctuation
data
derive
drops
error
expr
ext
file
fixup
fold
gen
generics
group
ident
item
lifetime
lit
lookahead
mac
macros
meta
op
parse
parse_macro_input
parse_quote
pat
path
precedence
print
punctuated
restriction
sealed
span
spanned
stmt
thread
token
tt
ty
verbatim
visit
visit_mut
whitespace
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
error
Copy item path
Settings
Help
Summary
Source
Structs
§
Error
Error returned when a Syn parser cannot parse the input tokens.
Error
Message
🔒
Into
Iter
Iter
Span
Range
🔒
Functions
§
new2
🔒
new_at
🔒
Type Aliases
§
Result
The result of a Syn parser.