Reexport minidom::Element.

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-28 17:32:10 +02:00
parent 76877bf85a
commit 7cbdf621ca

View file

@ -33,6 +33,8 @@ extern crate blake2;
extern crate chrono;
extern crate try_from;
pub use minidom::Element;
/// Error type returned by every parser on failure.
pub mod error;
/// XML namespace definitions used through XMPP.