Function git_tempfile::mark_at

source ·
pub fn mark_at(
    path: impl AsRef<Path>,
    directory: ContainingDirectory,
    cleanup: AutoRemove
) -> Result<Handle<Closed>>
Expand description

A shortcut to Handle::<Closed>::at() providing a closed temporary file to mark the presence of something.