Struct plist::xml::EventWriter [] [src]

pub struct EventWriter<W: Write> { /* fields omitted */ }

Methods

impl<W: Write> EventWriter<W>
[src]

[src]

[src]

Trait Implementations

impl<W: Write> PlistEventWriter for EventWriter<W>
[src]

[src]

Auto Trait Implementations

impl<W> Send for EventWriter<W> where
    W: Send

impl<W> Sync for EventWriter<W> where
    W: Sync