Also reexport TryInto from try_from.

This commit is contained in:
Emmanuel Gil Peyrot 2019-02-27 23:27:40 +01:00
parent f8aedb0da1
commit c4d867571e

View file

@ -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.