pub trait AsFileLocation {
type FilePath: AsRef<Path>;
// Required method
fn file_location(&self) -> Self::FilePath;
}
Expand description
Trait to get this value as a file location
Required Associated Types§
Required Methods§
Sourcefn file_location(&self) -> Self::FilePath
fn file_location(&self) -> Self::FilePath
Get the file location of this value