mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-26 05:09:35 +01:00
Add Debug to HxError
This commit is contained in:
parent
a1bac4b30e
commit
6c7ddeec19
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ impl From<SwapOption> for HeaderValue {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum HxError {
|
||||
InvalidHeaderValue(InvalidHeaderValue),
|
||||
|
||||
|
|
Loading…
Reference in a new issue