pub type BackendRef = Arc<dyn KvBackend>;
Thread-safe reference to a key-value backend.
pub struct BackendRef { /* private fields */ }