Reexport minidom::Element.
This commit is contained in:
parent
76877bf85a
commit
7cbdf621ca
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ extern crate blake2;
|
||||||
extern crate chrono;
|
extern crate chrono;
|
||||||
extern crate try_from;
|
extern crate try_from;
|
||||||
|
|
||||||
|
pub use minidom::Element;
|
||||||
|
|
||||||
/// Error type returned by every parser on failure.
|
/// Error type returned by every parser on failure.
|
||||||
pub mod error;
|
pub mod error;
|
||||||
/// XML namespace definitions used through XMPP.
|
/// XML namespace definitions used through XMPP.
|
||||||
|
|
Loading…
Reference in a new issue