mirror of
https://github.com/tower-rs/tower.git
synced 2025-10-02 15:25:11 +00:00
fix: broken Service link (#659)
This commit is contained in:
parent
71292ee683
commit
34d6e7befa
@ -14,7 +14,7 @@
|
|||||||
//!
|
//!
|
||||||
//! A middleware implements the [`Layer`] and [`Service`] trait.
|
//! A middleware implements the [`Layer`] and [`Service`] trait.
|
||||||
//!
|
//!
|
||||||
//! [`Service`]: https://docs.rs/tower/trait.Service.html
|
//! [`Service`]: https://docs.rs/tower/latest/tower/trait.Service.html
|
||||||
|
|
||||||
mod identity;
|
mod identity;
|
||||||
mod layer_fn;
|
mod layer_fn;
|
||||||
@ -90,7 +90,7 @@ pub use self::{
|
|||||||
/// is also decoupled from client or server concerns. In other words, the same
|
/// is also decoupled from client or server concerns. In other words, the same
|
||||||
/// log middleware could be used in either a client or a server.
|
/// log middleware could be used in either a client or a server.
|
||||||
///
|
///
|
||||||
/// [`Service`]: https://docs.rs/tower/trait.Service.html
|
/// [`Service`]: https://docs.rs/tower/latest/tower/trait.Service.html
|
||||||
pub trait Layer<S> {
|
pub trait Layer<S> {
|
||||||
/// The wrapped service
|
/// The wrapped service
|
||||||
type Service;
|
type Service;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user