file_with_meta

Function match_meta

Source
pub fn match_meta<P1, P2>(
    dst: P1,
    dst_meta: P2,
) -> Result<Option<FileHttpMetadata>, Error>
where P1: AsRef<Path>, P2: AsRef<Path>,
Expand description

Verify that a file has not been changed since the last time the metadata was stored.

ยงErrors

Propagates errors from mtime_to_unix.