mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-02 00:00:22 +02:00
fix docs link
This commit is contained in:
@@ -389,6 +389,8 @@ pub fn debug_handler(_attr: TokenStream, input: TokenStream) -> TokenStream {
|
|||||||
/// Derive an implementation of [`axum_extra::routing::TypedPath`].
|
/// Derive an implementation of [`axum_extra::routing::TypedPath`].
|
||||||
///
|
///
|
||||||
/// See that trait for more details.
|
/// See that trait for more details.
|
||||||
|
///
|
||||||
|
/// [`axum_extra::routing::TypedPath`]: https://docs.rs/axum-extra/latest/axum_extra/routing/trait.TypedPath.html
|
||||||
#[proc_macro_derive(TypedPath, attributes(typed_path))]
|
#[proc_macro_derive(TypedPath, attributes(typed_path))]
|
||||||
pub fn derive_typed_path(input: TokenStream) -> TokenStream {
|
pub fn derive_typed_path(input: TokenStream) -> TokenStream {
|
||||||
expand_with(input, typed_path::expand)
|
expand_with(input, typed_path::expand)
|
||||||
|
|||||||
Reference in New Issue
Block a user