common_meta::kv_backend::test

Function test_kv_compare_and_put_with_prefix

source
pub async fn test_kv_compare_and_put_with_prefix(
    kv_backend: Arc<dyn KvBackend<Error = Error>>,
    prefix: Vec<u8>,
)