mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-10 11:44:22 +01:00
Merge pull request #22 from psarna/storfixup
fixup: implement Stream for JsonOnDiskStream under a feature
This commit is contained in:
@@ -44,6 +44,7 @@ pub struct JsonOnDiskStream {
|
||||
inner: tokio_stream::wrappers::LinesStream<tokio::io::BufReader<tokio::fs::File>>,
|
||||
}
|
||||
|
||||
#[cfg(feature = "tokio")]
|
||||
impl futures::stream::Stream for JsonOnDiskStream {
|
||||
type Item = Mutation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user