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

type Result<T> = Result<T, EmitterError>;

A result type yielded by XmlWriter.