☰
Type Definition Result
syn
::
parse
Modules
discouraged
Structs
Error
Lookahead1
Nothing
ParseBuffer
StepCursor
Traits
Parse
Parser
Peek
Type Definitions
ParseStream
Result
ayu
dark
light
All crates
anyhow
cfg_if
drone_svd
hashbrown
indexmap
log
proc_macro2
quote
serde
serde_derive
serde_xml_rs
syn
thiserror
thiserror_impl
unicode_xid
xml
?
Type Definition
syn
::
parse
::
Result
[
−
]
[src]
type Result<T> =
Result
<T,
Error
>;
[
−
]
Expand description
The result of a Syn parser.