Type Definition xml::writer::Result

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

A result type yielded by XmlWriter.