Skip to main content

Cache

Trait Cache 

Source
pub trait Cache: CertCache + AccountCache { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> Cache for T