bit of debug support

This commit is contained in:
Tangent 128 2018-04-09 21:00:36 -04:00
parent 075c840a46
commit 96f6ec8115
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ use ebml::EbmlError;
use ebml::EbmlEventSource;
use ebml::FromEbml;
#[derive(Debug)]
pub enum ParsingError<E> {
EbmlError(EbmlError),
OtherError(E)