lib: Reexport TryFrom and util::error::Error.

This commit is contained in:
Emmanuel Gil Peyrot 2019-01-16 15:22:51 +01:00
parent 6660ca4c86
commit b59ca1cbcb

View file

@ -26,6 +26,8 @@
pub use minidom::Element; pub use minidom::Element;
pub use jid::{Jid, JidParseError}; pub use jid::{Jid, JidParseError};
pub use try_from::TryFrom;
pub use crate::util::error::Error;
/// XML namespace definitions used through XMPP. /// XML namespace definitions used through XMPP.
pub mod ns; pub mod ns;