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