cleanups and initial XML tree implementation

This commit is contained in:
lumi 2017-02-19 18:08:35 +01:00
commit 87ac9a1227
5 changed files with 185 additions and 5 deletions

View file

@ -16,6 +16,7 @@ pub enum Error {
HandshakeError(HandshakeError<TcpStream>),
OpenSslErrorStack(ErrorStack),
StreamError,
EndOfDocument,
}
impl From<XmlError> for Error {