cleanups and initial XML tree implementation
This commit is contained in:
parent
b148ff8dd9
commit
87ac9a1227
5 changed files with 185 additions and 5 deletions
|
|
@ -16,6 +16,7 @@ pub enum Error {
|
|||
HandshakeError(HandshakeError<TcpStream>),
|
||||
OpenSslErrorStack(ErrorStack),
|
||||
StreamError,
|
||||
EndOfDocument,
|
||||
}
|
||||
|
||||
impl From<XmlError> for Error {
|
||||
|
|
|
|||
Loading…
Reference in a new issue