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

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