Function atomic_file::open_file_v1
source · pub async fn open_file_v1(
filepath: &PathBuf,
expected_identifier: &str
) -> Result<AtomicFile, Error>Expand description
open_file_v1 is a convenience wrapper for open_file which uses ‘1’ as the version and an empty vector as the upgrade path.