Trait async_acme::cache::CacheError
source · pub trait CacheError: Error + Send + Sync + 'static { }
Expand description
An error that can be returned from an AcmeCache
.
pub trait CacheError: Error + Send + Sync + 'static { }
An error that can be returned from an AcmeCache
.