egui: add integration
This commit is contained in:
parent
85b9b7222d
commit
008e8a671a
49 changed files with 4110 additions and 149 deletions
|
|
@ -42,6 +42,15 @@ pub struct AcceptorMetadata {
|
|||
pub tag: Option<String>,
|
||||
}
|
||||
|
||||
impl AcceptorMetadata {
|
||||
pub fn secure() -> Self {
|
||||
Self {
|
||||
secure: true,
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl SecurityContextAcceptors {
|
||||
pub fn clear(&self) {
|
||||
for acceptor in self.acceptors.lock().drain_values() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue