pub type XmlResult<T> = Result<T, XmlError>;Expand description
Convenient result type for core XML operations.
Aliased Type§
pub enum XmlResult<T> {
Ok(T),
Err(XmlError),
}pub type XmlResult<T> = Result<T, XmlError>;Convenient result type for core XML operations.
pub enum XmlResult<T> {
Ok(T),
Err(XmlError),
}