tokio_rustls_acme

Trait Cache

Source
pub trait Cache: CertCache + AccountCache { }

Implementors§

Source§

impl<T> Cache for T