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::EbmlEventSource;
|
||||||
use ebml::FromEbml;
|
use ebml::FromEbml;
|
||||||
|
|
||||||
|
#[derive(Debug)]
|
||||||
pub enum ParsingError<E> {
|
pub enum ParsingError<E> {
|
||||||
EbmlError(EbmlError),
|
EbmlError(EbmlError),
|
||||||
OtherError(E)
|
OtherError(E)
|
||||||
|
|
Loading…
Reference in a new issue