pub trait FilePath { // Required method fn file_path(&self) -> &PathBuf; }
Trait for types that can synchronously determine the file path.
Obtains the path of the temporary file.
async-tempfile