Function match_meta

Source
pub fn match_meta<P1, P2>(
    dst: P1,
    dst_meta: P2,
) -> Result<Option<FileHttpMetadata>, Error>
where P1: AsRef<Utf8Path>, P2: AsRef<Utf8Path>,
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.