AsyncReadChunk: require Send
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
67908b47fa
commit
d30c192589
|
@ -55,7 +55,7 @@ impl ReadChunk for LocalChunkReader {
|
|||
}
|
||||
}
|
||||
|
||||
pub trait AsyncReadChunk {
|
||||
pub trait AsyncReadChunk: Send {
|
||||
/// Returns the encoded chunk data
|
||||
fn read_raw_chunk<'a>(
|
||||
&'a mut self,
|
||||
|
|
Loading…
Reference in New Issue