Struct xml::writer::EventWriter
[−]
[src]
pub struct EventWriter<W> {
// some fields omitted
}pub struct EventWriter<W> {
// some fields omitted
}impl<W: Write> EventWriter<W>fn new(sink: W) -> EventWriter<W>fn new_with_config(sink: W, config: EmitterConfig) -> EventWriter<W>fn write(&mut self, event: XmlEvent) -> EventWriterResult<()>impl EventWriter<Vec<u8>>fn new_into_mem(sink: Vec<u8>) -> EventWriter<Vec<u8>>fn new_into_mem_config(sink: Vec<u8>, config: EmitterConfig) -> EventWriter<Vec<u8>>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, type, macro,
and const.
Search functions by type signature (e.g.
vec -> usize)