Function git_tempfile::mark_at [−][src]
pub fn mark_at(
path: impl AsRef<Path>,
directory: ContainingDirectory,
cleanup: AutoRemove
) -> Result<Registration<Closed>>
Expand description
A shortcut to Registration::<Closed>::at_path() providing a closed temporary file to mark the presence of something.