Trait FloweyPathExt

Source
pub trait FloweyPathExt {
    // Required method
    fn absolute(&self) -> Result<PathBuf>;
}
Expand description

Extension trait to streamline working with Path in flowey.

Required Methods§

Implementors§

Source§

impl<T> FloweyPathExt for T
where T: AsRef<Path>,