Function raftstore::store::apply_sst_cf_file[][src]

pub fn apply_sst_cf_file<E>(path: &str, db: &E, cf: &str) -> Result<(), Error> where
    E: KvEngine