mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
fix missing docs link
This commit is contained in:
@@ -122,6 +122,7 @@ use super::sealed::Sealed;
|
|||||||
/// [`RouterExt::typed_post`]: super::RouterExt::typed_post
|
/// [`RouterExt::typed_post`]: super::RouterExt::typed_post
|
||||||
/// [`Path`]: axum::extract::Path
|
/// [`Path`]: axum::extract::Path
|
||||||
/// [`Display`]: std::fmt::Display
|
/// [`Display`]: std::fmt::Display
|
||||||
|
/// [`Deserialize`]: serde::Deserialize
|
||||||
pub trait TypedPath: std::fmt::Display {
|
pub trait TypedPath: std::fmt::Display {
|
||||||
/// The path with optional captures such as `/users/:id`.
|
/// The path with optional captures such as `/users/:id`.
|
||||||
const PATH: &'static str;
|
const PATH: &'static str;
|
||||||
|
|||||||
Reference in New Issue
Block a user