pub async fn write_fake_dna_file(
    dna: DnaFile
) -> impl Future<Output = Result<(PathBuf, TempDir), Error>>
Expand description

Save a Dna to a file and return the path and tempdir that contains it