mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-13 07:46:51 +00:00
Split code for modular compilation
This commit is contained in:
@@ -5,7 +5,7 @@ use futures::ready;
|
||||
use futures::stream::*;
|
||||
use hyper::body::{Bytes, HttpBody};
|
||||
|
||||
use crate::error::Error;
|
||||
use garage_util::error::Error;
|
||||
|
||||
type StreamType = Pin<Box<dyn Stream<Item = Result<Bytes, Error>> + Send>>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user