pub fn workflow_handler<S, F, Fut, T, R>(
store: S,
handler: F,
) -> impl Fn(QueueMessage) -> Pin<Box<dyn Future<Output = Result<()>> + Send>> + Send + Sync + Clone + 'staticExpand description
Build a queue handler that runs a workflow with typed input.