macro_rules! create_axum_task_endpoint {
($task_type:ty, $queue:expr) => { ... };
}
Available on crate feature
axum-integration
only.Expand description
Helper macro for creating typed task endpoints for Axum
macro_rules! create_axum_task_endpoint {
($task_type:ty, $queue:expr) => { ... };
}
axum-integration
only.Helper macro for creating typed task endpoints for Axum