Function de_map::io::store_map

source ·
pub async fn store_map<P: AsRef<Path>>(
    map: &Map,
    path: P
) -> Result<(), MapStoringError>
Expand description

Writes a map to a TAR file. Overwrites the file if it already exists.