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

An error that can be returned from an AcmeCache.

Implementors