diff --git a/src/extractors.rs b/src/extractors.rs index 576028f..212e06d 100644 --- a/src/extractors.rs +++ b/src/extractors.rs @@ -67,6 +67,7 @@ where /// /// This extractor will always return a value. If the header is not present, /// it will return `false`. +#[derive(Debug, Clone, Copy)] pub struct HxHistoryRestoreRequest(pub bool); #[axum::async_trait]