lib: Reexport TryFrom and util::error::Error.
This commit is contained in:
parent
6660ca4c86
commit
b59ca1cbcb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue