Trait tokio_rustls_acme::Cache

source ·
pub trait Cache: CertCache + AccountCache { }

Implementors§

source§

impl<T> Cache for T