Function engine_test::kv::new_engine[][src]

pub fn new_engine(
    path: &str,
    db_opt: Option<DBOptions>,
    cfs: &[&str],
    opts: Option<Vec<CFOptions<'_>>>
) -> Result<KvTestEngine>