diff --git a/src/stream_parser.rs b/src/stream_parser.rs index 278410a..a2c99a5 100644 --- a/src/stream_parser.rs +++ b/src/stream_parser.rs @@ -7,6 +7,7 @@ use ebml::EbmlError; use ebml::EbmlEventSource; use ebml::FromEbml; +#[derive(Debug)] pub enum ParsingError { EbmlError(EbmlError), OtherError(E)