pub trait FloweyPathExt {
// Required method
fn absolute(&self) -> Result<PathBuf>;
}
Expand description
Extension trait to streamline working with Path
in flowey.
Required Methods§
Sourcefn absolute(&self) -> Result<PathBuf>
fn absolute(&self) -> Result<PathBuf>
Alias for std::path::absolute