Skip to main content

lock_file_is_older_than

Function lock_file_is_older_than 

Source
fn lock_file_is_older_than(
    lock_path: &Path,
    age: Duration,
) -> Result<bool, Report>