☰
Result
Result
In syn
Modules
buffer
ext
parse
punctuated
spanned
token
visit
Macros
Token
braced
bracketed
custom_keyword
custom_punctuation
parenthesized
parse_macro_input
parse_quote
parse_quote_spanned
Structs
Abi
AngleBracketedGenericArguments
Attribute
BareFnArg
Binding
BoundLifetimes
ConstParam
Constraint
DataEnum
DataStruct
DataUnion
DeriveInput
Error
ExprArray
ExprAssign
ExprAssignOp
ExprAsync
ExprAwait
ExprBinary
ExprBlock
ExprBox
ExprBreak
ExprCall
ExprCast
ExprClosure
ExprContinue
ExprField
ExprForLoop
ExprGroup
ExprIf
ExprIndex
ExprLet
ExprLit
ExprLoop
ExprMacro
ExprMatch
ExprMethodCall
ExprParen
ExprPath
ExprRange
ExprReference
ExprRepeat
ExprReturn
ExprStruct
ExprTry
ExprTryBlock
ExprTuple
ExprType
ExprUnary
ExprUnsafe
ExprWhile
ExprYield
Field
FieldsNamed
FieldsUnnamed
Generics
Ident
ImplGenerics
Index
Lifetime
LifetimeDef
LitBool
LitByte
LitByteStr
LitChar
LitFloat
LitInt
LitStr
Macro
MetaList
MetaNameValue
ParenthesizedGenericArguments
Path
PathSegment
PredicateEq
PredicateLifetime
PredicateType
QSelf
TraitBound
Turbofish
TypeArray
TypeBareFn
TypeGenerics
TypeGroup
TypeImplTrait
TypeInfer
TypeMacro
TypeNever
TypeParam
TypeParen
TypePath
TypePtr
TypeReference
TypeSlice
TypeTraitObject
TypeTuple
Variadic
Variant
VisCrate
VisPublic
VisRestricted
WhereClause
Enums
AttrStyle
BinOp
Data
Expr
Fields
GenericArgument
GenericParam
Lit
MacroDelimiter
Member
Meta
NestedMeta
PathArguments
ReturnType
StrStyle
TraitBoundModifier
Type
TypeParamBound
UnOp
Visibility
WherePredicate
Functions
parse
parse2
parse_str
Type Definitions
AttributeArgs
Result
?
Type Definition
syn
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
The result of a Syn parser.