bit of debug support
This commit is contained in:
parent
075c840a46
commit
96f6ec8115
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ use ebml::EbmlError;
|
|||
use ebml::EbmlEventSource;
|
||||
use ebml::FromEbml;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum ParsingError<E> {
|
||||
EbmlError(EbmlError),
|
||||
OtherError(E)
|
||||
|
|
Loading…
Reference in a new issue