Docs.rs
yaml-rust-davvid-0.6.4
yaml-rust-davvid 0.6.4
Permalink
Docs.rs crate page
MIT/Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
davvid
Dependencies
encoding ^0.2
normal
hashlink ^0.8
normal
quickcheck ^1.0
dev
Versions
20.74%
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_davvid
0.6.4
EventReceiver
Required Methods
on_event
Implementors
In yaml_rust_davvid::parser
?
Trait
yaml_rust_davvid
::
parser
::
EventReceiver
source
·
[
−
]
pub trait EventReceiver { // Required method fn
on_event
(&mut self, ev:
Event
); }
Required Methods
§
source
fn
on_event
(&mut self, ev:
Event
)
Implementors
§