☰
Type Definition Result
Other items in
xml
::
writer
All crates
?
Type Definition
xml
::
writer
::
Result
[
−
]
[src]
pub type Result<T> =
Result
<T,
EmitterError
>;
Expand description
A result type yielded by
XmlWriter
.