Also reexport TryInto from try_from.
This commit is contained in:
parent
f8aedb0da1
commit
c4d867571e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
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 try_from::{TryFrom, TryInto};
|
||||||
pub use crate::util::error::Error;
|
pub use crate::util::error::Error;
|
||||||
|
|
||||||
/// XML namespace definitions used through XMPP.
|
/// XML namespace definitions used through XMPP.
|
||||||
|
|
Loading…
Reference in a new issue