Attribute Macrosยง
- actix_
web_ variant_ config - Attribute to generate an
actix_web::FromRequestimplementation for the struct applied to. - axum_
variant_ config - Attribute to generate an
axum::extract::FromRequestParts<S>implementation for the struct applied to. - rocket_
variant_ config - Attribute to generate a
rocket::request::FromRequest<'r>implementation for the struct applied to.