diff --git a/src/self_encryptor.rs b/src/self_encryptor.rs index 80cb7cb11..9ce5c0d32 100644 --- a/src/self_encryptor.rs +++ b/src/self_encryptor.rs @@ -575,7 +575,7 @@ where async fn decrypt_chunk( state: &mut State, chunk_number: usize, -) -> Pin, SelfEncryptionError>>>> +) -> Pin, SelfEncryptionError>> + Send>> where S: Storage + 'static + Send + Sync + Clone, {