Derive Macro axum_extra::routing::TypedPath

source ·
#[derive(TypedPath)]
{
    // Attributes available to this derive:
    #[typed_path]
}
Available on crate feature typed-routing only.
Expand description

Derive an implementation of axum_extra::routing::TypedPath.

See that trait for more details.