pub trait CacheError: Error + Send + Sync + 'static { }
An error that can be returned from an AcmeCache.
AcmeCache