tokio-xmpp: Re-export xso::error::FromElementError
skip-changelog: code requiring xso hasn't been released yet Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a58fb7e2f9
commit
9803546795
1 changed files with 2 additions and 3 deletions
|
|
@ -122,6 +122,8 @@ mod event;
|
|||
pub mod stanzastream;
|
||||
pub mod xmlstream;
|
||||
|
||||
pub use xso::{asxml::PrintRawXml, error::FromElementError};
|
||||
|
||||
#[doc(inline)]
|
||||
/// Generic tokio_xmpp Error
|
||||
pub use crate::error::Error;
|
||||
|
|
@ -142,6 +144,3 @@ mod tests {
|
|||
use crate::parsers;
|
||||
}
|
||||
}
|
||||
|
||||
// Re-export for debug purposes
|
||||
pub use xso::asxml::PrintRawXml;
|
||||
|
|
|
|||
Loading…
Reference in a new issue