☰
Type Definition Result
Other items in
syn
Modules
buffer
ext
parse
punctuated
spanned
token
Macros
Token
braced
bracketed
custom_keyword
custom_punctuation
parenthesized
parse_macro_input
parse_quote
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
ayu
dark
light
All crates
aho_corasick
ansi_term
array_tool
atty
bitflags
cargo_update
cfg_if
clap
dirs
dirs_sys
form_urlencoded
git2
hex
idna
json
lazy_static
lazysort
libc
libgit2_sys
libssh2_sys
libz_sys
log
matches
maybe_uninit
memchr
openssl_probe
openssl_sys
percent_encoding
proc_macro2
quote
regex
regex_syntax
semver
semver_parser
serde
serde_derive
smallvec
strsim
syn
tabwriter
term_size
textwrap
toml
unicode_bidi
unicode_normalization
unicode_width
unicode_xid
url
vec_map
?
Type Definition
syn
::
Result
[
−
]
[src]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
The result of a Syn parser.