Skip to content

我想把axum::middleware::from_fn 这个函数作为另一个函数的返回值返回 #1886

Answered by davidpdrsn
igufei asked this question in Q&A
Discussion options

You must be logged in to vote

You can't easily do that. async {} returns an unnameable future type. I'd recommend using https://docs.rs/axum/latest/axum/middleware/fn.from_fn_with_state.html instead.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@igufei
Comment options

Answer selected by igufei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants