style(format): re-export Stream[Mut]

This commit is contained in:
tilpner
2023-05-24 17:22:59 +02:00
committed by Till Höppner
parent 901ea4b087
commit d7daebc884
+1
View File
@@ -3,6 +3,7 @@ use crate::util::interrupt;
pub mod io;
pub mod stream;
pub use self::stream::{Stream, StreamMut};
pub mod chapter;