Type Definition xml::writer::Result

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

A result type yielded by XmlWriter.