☰
Type Definition Result
Other items in
syn
Modules
buffer
ext
parse
punctuated
spanned
token
visit
visit_mut
Macros
Token
braced
bracketed
custom_keyword
custom_punctuation
parenthesized
parse_macro_input
parse_quote
parse_quote_spanned
Structs
Abi
AngleBracketedGenericArguments
Arm
Attribute
BareFnArg
Binding
Block
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
FieldPat
FieldValue
FieldsNamed
FieldsUnnamed
File
ForeignItemFn
ForeignItemMacro
ForeignItemStatic
ForeignItemType
Generics
Ident
ImplGenerics
ImplItemConst
ImplItemMacro
ImplItemMethod
ImplItemType
Index
ItemConst
ItemEnum
ItemExternCrate
ItemFn
ItemForeignMod
ItemImpl
ItemMacro
ItemMacro2
ItemMod
ItemStatic
ItemStruct
ItemTrait
ItemTraitAlias
ItemType
ItemUnion
ItemUse
Label
Lifetime
LifetimeDef
LitBool
LitByte
LitByteStr
LitChar
LitFloat
LitInt
LitStr
Local
Macro
MetaList
MetaNameValue
MethodTurbofish
ParenthesizedGenericArguments
PatBox
PatIdent
PatLit
PatMacro
PatOr
PatPath
PatRange
PatReference
PatRest
PatSlice
PatStruct
PatTuple
PatTupleStruct
PatType
PatWild
Path
PathSegment
PredicateEq
PredicateLifetime
PredicateType
QSelf
Receiver
Signature
TraitBound
TraitItemConst
TraitItemMacro
TraitItemMethod
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
VisCrate
VisPublic
VisRestricted
WhereClause
Enums
AttrStyle
BinOp
Data
Expr
Fields
FnArg
ForeignItem
GenericArgument
GenericMethodArgument
GenericParam
ImplItem
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
ayu
dark
light
All crates
ab_glyph
ab_glyph_rasterizer
adler
adler32
ahash
andrew
anyhow
approx
arcstr
arrayvec
async_trait
atomic_refcell
base64
bincode
bit_set
bit_vec
bitflags
bytemuck
byteorder
bytes
calloop
cfg_if
cgmath
codegen
color_quant
crc32fast
crc64fast
crossbeam
crossbeam_channel
crossbeam_deque
crossbeam_epoch
crossbeam_queue
crossbeam_utils
deflate
derive_new
dirs
dirs_sys
dlib
downcast_rs
egui
either
emath
encoding_rs
enum_map
enum_map_derive
epaint
flate2
fluent
fluent_bundle
fluent_langneg
fluent_syntax
fnv
foreign_types
foreign_types_shared
form_urlencoded
futures_channel
futures_core
futures_io
futures_macro
futures_sink
futures_task
futures_util
fxhash
getrandom
getset
gif
gltf
gltf_derive
gltf_json
glutin
glutin_egl_sys
glutin_glx_sys
h2
half
hashbrown
heck
http
http_body
httparse
httpdate
hyper
hyper_tls
idna
image
indexmap
inflections
instant
intl_memoizer
intl_pluralrules
ipnet
itertools
itoa
jpeg_decoder
lazy_static
legion
legion_codegen
lexical
lexical_core
libc
libloading
lock_api
log
matches
matrixmultiply
memchr
memmap2
memoffset
mime
minimal_lexical
miniz_oxide
mio
mio_misc
nalgebra
nalgebra_macros
native_tls
nix
nom
num_complex
num_cpus
num_integer
num_iter
num_rational
num_traits
once_cell
openssl
openssl_probe
openssl_sys
ordered_float
osmesa_sys
owned_ttf_parser
parking_lot
parking_lot_core
paste
percent_encoding
pin_project_lite
pin_utils
png
ppv_lite86
proc_macro2
proc_macro_error
proc_macro_error_attr
quote
rand
rand_chacha
rand_core
rawpointer
reqwest
rmp
rmp_serde
rustc_hash
rusttype
ryu
safe_arch
same_file
scoped_threadpool
scoped_tls
scopeguard
self_cell
serde
serde_derive
serde_json
serde_str
serde_urlencoded
shared_library
shrev
simba
slab
smallvec
smithay_client_toolkit
socket2
static_assertions
syn
thiserror
thiserror_impl
three_d
tiff
tinystr
tinyvec
tinyvec_macros
tokio
tokio_macros
tokio_native_tls
tokio_util
tower_service
tracing
tracing_attributes
tracing_core
traffloat
traffloat_client
traffloat_codegen_raw
traffloat_def
traffloat_types
traffloat_version
traitobject
try_lock
ttf_parser
type_map
typed_builder
typemap
typenum
unic_langid
unic_langid_impl
unicode_bidi
unicode_normalization
unicode_segmentation
unicode_xid
unsafe_any
url
walkdir
want
wavefront_obj
wayland_client
wayland_commons
wayland_cursor
wayland_egl
wayland_protocols
wayland_sys
weezl
wide
winit
x11_dl
xcursor
xdg
xias
xml
xylem
xylem_codegen
?
Type Definition
syn
::
Result
[
−
]
[src]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
The result of a Syn parser.