mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-21 07:45:37 +02:00
mut obj
This commit is contained in:
@@ -195,7 +195,7 @@ impl TestServerRuntime {
|
|||||||
|
|
||||||
pub fn load_body<S>(
|
pub fn load_body<S>(
|
||||||
&mut self,
|
&mut self,
|
||||||
response: ClientResponse<S>,
|
mut response: ClientResponse<S>,
|
||||||
) -> Result<Bytes, PayloadError>
|
) -> Result<Bytes, PayloadError>
|
||||||
where
|
where
|
||||||
S: Stream<Item = Bytes, Error = PayloadError> + 'static,
|
S: Stream<Item = Bytes, Error = PayloadError> + 'static,
|
||||||
|
Reference in New Issue
Block a user