Docs.rs
yaml-rust-0.4.5
yaml-rust 0.4.5
Docs.rs crate page
MIT/Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
chyh1990
github:dtolnay-contrib:yaml-rust
Dependencies
linked-hash-map ^0.5.3
normal
quickcheck ^0.9
dev
Versions
19.66%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
yaml_
rust
0.4.5
Event
Receiver
Required Methods
on_event
Implementors
In yaml_
rust::
parser
yaml_rust
::
parser
Trait
EventReceiver
Copy item path
Source
pub trait EventReceiver { // Required method fn
on_event
(&mut self, ev:
Event
); }
Required Methods
§
Source
fn
on_event
(&mut self, ev:
Event
)
Implementors
§