Implemented Debug for the new data structures

This commit is contained in:
notoria
2020-05-09 22:28:32 +02:00
parent dc5626f34d
commit cf92349c1d
2 changed files with 3 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ pub enum EOFAction {
Reset,
}
#[derive(Debug)]
pub enum AtEndOfStream {
Not,
End,