Add TypedPath::with_query_params (#1744)

This commit is contained in:
David Pedersen
2023-02-11 22:10:07 +00:00
committed by GitHub
parent 5c58b4ffde
commit b4204e223d
5 changed files with 151 additions and 3 deletions
+2
View File
@@ -20,6 +20,8 @@ mod typed;
pub use self::resource::Resource;
#[cfg(feature = "typed-routing")]
pub use self::typed::WithQueryParams;
#[cfg(feature = "typed-routing")]
pub use axum_macros::TypedPath;