Trait CacheBlockingExtError

Source
pub trait CacheBlockingExtError: CacheBlocking {
    type Error: Error;
}

Required Associated Types§

Implementations on Foreign Types§

Source§

impl CacheBlockingExtError for CacheProxyBlocking<'_>

Implementors§