Fix missing Send marker
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
e9302a9556
commit
bc6855707b
@ -394,7 +394,7 @@ pub trait OutgoingRequest: Sized + Clone {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// A response type for a Matrix API endpoint, used for receiving responses.
|
/// A response type for a Matrix API endpoint, used for receiving responses.
|
||||||
pub trait IncomingResponse: Sized {
|
pub trait IncomingResponse: Sized + Send {
|
||||||
/// A type capturing the expected error conditions the server can return.
|
/// A type capturing the expected error conditions the server can return.
|
||||||
type EndpointError: EndpointError;
|
type EndpointError: EndpointError;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user