Function tikv::storage::kv::tests::must_put_cf[][src]

pub fn must_put_cf<E>(engine: &E, cf: &'static str, key: &[u8], value: &[u8]) where
    E: Engine