Skip to content

Commit

Permalink
feat: implement Clone for TlsConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofelletti committed Jul 15, 2024
1 parent 9de49c2 commit 5a0466c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ where
}
}

#[derive(Debug)]
#[derive(Debug, Clone)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub struct TlsConfig<'a> {
pub(crate) server_name: Option<&'a str>,
Expand Down

0 comments on commit 5a0466c

Please sign in to comment.