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

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

A result type yielded by XmlWriter.