Type Definition xml::writer::Result[][src]

pub type Result<T> = Result<T, EmitterError>;
Expand description

A result type yielded by XmlWriter.