diff options
| author | Fuwn <[email protected]> | 2023-04-06 07:31:09 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-06 07:31:09 +0000 |
| commit | 7cdcfd516aa7f4d6950fc77af01412b4e66de020 (patch) | |
| tree | 2f3c086455ebe37f187f1ccbc8262c1811ae6ad2 /src/context/error.rs | |
| parent | fix(context): fix async sharing (diff) | |
| download | windmark-7cdcfd516aa7f4d6950fc77af01412b4e66de020.tar.xz windmark-7cdcfd516aa7f4d6950fc77af01412b4e66de020.zip | |
refactor(router): simplify context creation
Diffstat (limited to 'src/context/error.rs')
| -rw-r--r-- | src/context/error.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context/error.rs b/src/context/error.rs index a9a4b85..7e02b1a 100644 --- a/src/context/error.rs +++ b/src/context/error.rs @@ -20,6 +20,7 @@ use openssl::x509::X509; use url::Url; #[allow(clippy::module_name_repetitions)] +#[derive(Clone)] pub struct ErrorContext { pub url: Url, pub certificate: Option<X509>, |