Type Definition Result
xml::writer
type Result<T> = Result<T, EmitterError>;
A result type yielded by XmlWriter.
XmlWriter