☰
Type Definition ParseResult
Other items in
yaml_rust
::
parser
All crates
?
Type Definition
yaml_rust
::
parser
::
ParseResult
[
−
]
[src]
pub type ParseResult =
Result
<
(
Event
,
Marker
)
,
ScanError
>;