pub type KVDriverComponentType<V> = KVStoreDriver<'static, V>;
pub struct KVDriverComponentType<V> { /* private fields */ }