pub fn writable_at(
path: impl AsRef<Path>,
directory: ContainingDirectory,
cleanup: AutoRemove,
) -> Result<Handle<Writable>>
Expand description
A shortcut to Handle::<Writable>::at()
providing a writable temporary file at the given path.