pub type Result<T, E = EmitterError> = Result<T, E>;Expand description
A result type yielded by XmlWriter.
Aliased Type§
pub enum Result<T, E = EmitterError> {
Ok(T),
Err(E),
}pub type Result<T, E = EmitterError> = Result<T, E>;A result type yielded by XmlWriter.
pub enum Result<T, E = EmitterError> {
Ok(T),
Err(E),
}