From b1ac8db3f8c3d8f393701a2f644a85cb44e7c24d Mon Sep 17 00:00:00 2001 From: Date: Wed, 1 Feb 2017 11:18:05 +0000 Subject: Documentation for ebarnard/rust-plist@bf6b567 --- plist/trait.EventWriter.html | 123 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 plist/trait.EventWriter.html (limited to 'plist/trait.EventWriter.html') diff --git a/plist/trait.EventWriter.html b/plist/trait.EventWriter.html new file mode 100644 index 0000000..b62d570 --- /dev/null +++ b/plist/trait.EventWriter.html @@ -0,0 +1,123 @@ + + + + + + + + + + plist::EventWriter - Rust + + + + + + + + + + + + + + + + + +
+

Trait plist::EventWriter + + [] + + [src]

+
pub trait EventWriter {
+    fn write(&mut self, event: &PlistEvent) -> Result<()>;
+}
+

Required Methods

+
+

+

Implementors

+
+ + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3