Skip to content

Commit

Permalink
Use R instead of Response alias
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed May 29, 2024
1 parent 2968527 commit 9193014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odilia/src/tower.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ where
T2: From<S>,
R: IntoCommands,
{
type Response = Response;
type Response = R;
type Future = Fut;
fn call(self, req: E, state: S) -> Self::Future {
self(req, state.clone().into(), state.clone().into())
Expand Down

0 comments on commit 9193014

Please sign in to comment.