pub trait CacheError: Error + Send + Sync + 'static { }
Expand description

An error that can be returned from an AcmeCache.

Implementors§

source§

impl<T> CacheError for Twhere T: Error + Send + Sync + 'static,