From 96f6ec8115aa699690a02fef7eebc264b58397c5 Mon Sep 17 00:00:00 2001 From: Tangent 128 Date: Mon, 9 Apr 2018 21:00:36 -0400 Subject: [PATCH] bit of debug support --- src/stream_parser.rs | 1 + 1 file changed, 1 insertion(+) 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)