pub type KvBackendRef<E = Error> = Arc<dyn KvBackend<Error = E> + Send + Sync>;
struct KvBackendRef<E = Error> { /* private fields */ }