Trait shared_files::FilePath 
source · pub trait FilePath {
    // Required method
    fn file_path(&self) -> &PathBuf;
}Expand description
Trait for types that can synchronously determine the file path.
pub trait FilePath {
    // Required method
    fn file_path(&self) -> &PathBuf;
}Trait for types that can synchronously determine the file path.