rustls_
acme
0.13.0
Cache
Implementors
In crate rustls_
acme
rustls_acme
Trait
Cache
Copy item path
Source
pub trait Cache:
CertCache
+
AccountCache
{ }
Implementors
§
Source
§
impl<T>
Cache
for T
where T:
CertCache
+
AccountCache
,