diff options
author | cel 🌸 <cel@blos.sm> | 2023-08-05 16:47:52 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-08-05 16:47:52 +0100 |
commit | 8ab4a8b436d68e6976f1618a716b69b1f893585b (patch) | |
tree | 1328f1b0a3acd354b6b4cff3cffd835956058c00 /src/error.rs | |
parent | 2a7b8834d750a312eef34ad50d56d49bc9a9341e (diff) | |
download | luz-8ab4a8b436d68e6976f1618a716b69b1f893585b.tar.gz luz-8ab4a8b436d68e6976f1618a716b69b1f893585b.tar.bz2 luz-8ab4a8b436d68e6976f1618a716b69b1f893585b.zip |
WIP: refactor Element type
Diffstat (limited to '')
-rw-r--r-- | src/error.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs index a912840..8aa98ae 100644 --- a/src/error.rs +++ b/src/error.rs @@ -25,6 +25,7 @@ pub enum JabberError { ParseError, UnexpectedEnd, UnexpectedElement, + UnexpectedText, XML(quick_xml::Error), SASL(SASLError), Element(ElementError<'static>), |