Docs.rs
yaml-rust-0.4.5
yaml-rust 0.4.5
Permalink
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
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
§