☰
Type Definition Result
syn
Modules
buffer
ext
parse
punctuated
spanned
token
visit
Macros
Token
braced
bracketed
custom_keyword
parenthesized
parse_macro_input
parse_quote
Structs
Abi
AngleBracketedGenericArguments
ArgCaptured
ArgSelf
ArgSelfRef
Arm
Attribute
BareFnArg
Binding
Block
BoundLifetimes
ConstParam
Constraint
DataEnum
DataStruct
DataUnion
DeriveInput
Error
ExprArray
ExprAssign
ExprAssignOp
ExprAsync
ExprBinary
ExprBlock
ExprBox
ExprBreak
ExprCall
ExprCast
ExprClosure
ExprContinue
ExprField
ExprForLoop
ExprGroup
ExprIf
ExprInPlace
ExprIndex
ExprLet
ExprLit
ExprLoop
ExprMacro
ExprMatch
ExprMethodCall
ExprParen
ExprPath
ExprRange
ExprReference
ExprRepeat
ExprReturn
ExprStruct
ExprTry
ExprTryBlock
ExprTuple
ExprType
ExprUnary
ExprUnsafe
ExprVerbatim
ExprWhile
ExprYield
Field
FieldPat
FieldValue
FieldsNamed
FieldsUnnamed
File
FnDecl
ForeignItemFn
ForeignItemMacro
ForeignItemStatic
ForeignItemType
ForeignItemVerbatim
Generics
Ident
ImplGenerics
ImplItemConst
ImplItemExistential
ImplItemMacro
ImplItemMethod
ImplItemType
ImplItemVerbatim
Index
ItemConst
ItemEnum
ItemExistential
ItemExternCrate
ItemFn
ItemForeignMod
ItemImpl
ItemMacro
ItemMacro2
ItemMod
ItemStatic
ItemStruct
ItemTrait
ItemTraitAlias
ItemType
ItemUnion
ItemUse
ItemVerbatim
Label
Lifetime
LifetimeDef
LitBool
LitByte
LitByteStr
LitChar
LitFloat
LitInt
LitStr
LitVerbatim
Local
Macro
MetaList
MetaNameValue
MethodSig
MethodTurbofish
ParenthesizedGenericArguments
PatBox
PatIdent
PatLit
PatMacro
PatPath
PatRange
PatRef
PatSlice
PatStruct
PatTuple
PatTupleStruct
PatVerbatim
PatWild
Path
PathSegment
PredicateEq
PredicateLifetime
PredicateType
QSelf
TraitBound
TraitItemConst
TraitItemMacro
TraitItemMethod
TraitItemType
TraitItemVerbatim
Turbofish
TypeArray
TypeBareFn
TypeGenerics
TypeGroup
TypeImplTrait
TypeInfer
TypeMacro
TypeNever
TypeParam
TypeParen
TypePath
TypePtr
TypeReference
TypeSlice
TypeTraitObject
TypeTuple
TypeVerbatim
UseGlob
UseGroup
UseName
UsePath
UseRename
Variant
VisCrate
VisPublic
VisRestricted
WhereClause
Enums
AttrStyle
BareFnArgName
BinOp
Data
Expr
Fields
FloatSuffix
FnArg
ForeignItem
GenericArgument
GenericMethodArgument
GenericParam
ImplItem
IntSuffix
Item
Lit
MacroDelimiter
Member
Meta
NestedMeta
Pat
PathArguments
RangeLimits
ReturnType
Stmt
StrStyle
TraitBoundModifier
TraitItem
Type
TypeParamBound
UnOp
UseTree
Visibility
WherePredicate
Functions
parse
parse2
parse_file
parse_str
Type Definitions
AttributeArgs
Result
Crates
byteorder
derivative
derive_new
err_derive
hashbrown
libc
lock_api
mopa
nitric
nitric_component
nitric_lock
nitric_lock_internals
nitric_world
owning_ref
parking_lot
parking_lot_core
proc_macro2
quote
rand
rand_chacha
rand_core
rand_hc
rand_isaac
rand_jitter
rand_os
rand_pcg
rand_xorshift
scopeguard
smallvec
stable_deref_trait
syn
synstructure
unicode_xid
unreachable
void
dark
light
[
−
]
[src]
Type Definition
syn
::
Result
type Result<T> =
Result
<T,
Error
>;
[
−
]
Expand description
The result of a Syn parser.