document all the things!
This commit is contained in:
parent
e0b35477cd
commit
0a45a6993e
4 changed files with 334 additions and 5 deletions
|
|
@ -5,6 +5,7 @@ use std::convert::From;
|
|||
use xml::writer::Error as WriterError;
|
||||
use xml::reader::Error as ReaderError;
|
||||
|
||||
/// An enum representing the possible errors.
|
||||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
IoError(io::Error),
|
||||
|
|
|
|||
Loading…
Reference in a new issue