We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
into_response
PreEscaped
Hello! I've been updating a project from Axum 0.7 to 0.8 and I've run into:
no method named `into_response` found for struct `PreEscaped`
when using html! and converting to an Axum response.
html!
I've created an example that compiles under Axum 0.7: https://github.com/d6y/axum-maud-into-example/blob/main/src/main.rs
I've created the failing change as: d6y/axum-maud-into-example#1
It feels like I've missed something basic: any clues much appreciated.
The text was updated successfully, but these errors were encountered:
Make sure you've included the axum feature for maud in your Cargo.toml
axum
Sorry, something went wrong.
No branches or pull requests
Hello! I've been updating a project from Axum 0.7 to 0.8 and I've run into:
when using
html!
and converting to an Axum response.I've created an example that compiles under Axum 0.7:
https://github.com/d6y/axum-maud-into-example/blob/main/src/main.rs
I've created the failing change as:
d6y/axum-maud-into-example#1
It feels like I've missed something basic: any clues much appreciated.
The text was updated successfully, but these errors were encountered: