commit
f8f6db89d8
@ -394,7 +394,7 @@ pub trait OutgoingRequest: Sized + Clone {
|
||||
}
|
||||
|
||||
/// 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.
|
||||
type EndpointError: EndpointError;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user