Trait deno_node::PathClean

source ·
pub trait PathClean<T> {
    // Required method
    fn clean(&self) -> T;
}
Expand description

Extension to path_clean::PathClean

Required Methods§

source

fn clean(&self) -> T

Implementations on Foreign Types§

source§

impl PathClean<PathBuf> for PathBuf

source§

fn clean(&self) -> PathBuf

Implementors§