pub fn update(
certs: &Arc<ArcSwap<HashMap<String, ManagedCert>>>,
id: &CertId,
f: impl FnOnce(&mut ManagedCert),
)Expand description
Mutates the entry for id in place (no-op when absent).
pub fn update(
certs: &Arc<ArcSwap<HashMap<String, ManagedCert>>>,
id: &CertId,
f: impl FnOnce(&mut ManagedCert),
)Mutates the entry for id in place (no-op when absent).