Skip to content

Commit

Permalink
Update libs/@local/harpc/server/src/router.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann authored Oct 7, 2024
1 parent d5628dd commit 16e985c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/@local/harpc/server/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub struct Handler<S> {
/// it isn't strictly needed), as well as the use of sessions. To store any information across
/// calls, one must make use of smart pointers, such as `Arc`.
///
/// [`Steer`]: tower::steer::Steer
/// [`Steer`]: https://docs.rs/tower/latest/tower/steer/struct.Steer.html
pub trait Route<B, C> {
type ResponseBodyError;
type Future: Future<Output = BoxedResponse<Self::ResponseBodyError>> + Send;
Expand Down

0 comments on commit 16e985c

Please sign in to comment.