refactor: rename associated type to Response
This commit is contained in:
@@ -112,7 +112,7 @@ pub trait MaiVersionExt: MaiVersion {
|
||||
client: &AsyncClient,
|
||||
data: M::Payload,
|
||||
agent_extra: impl Display + Send + 'static,
|
||||
) -> impl Future<Output = Result<M::Output, ApiError>> {
|
||||
) -> impl Future<Output = Result<M::Response, ApiError>> {
|
||||
Self::request(client, M::METHOD, agent_extra, data)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user