pub trait AsPath {
    fn as_path(&self) -> &Path;
}

Required Methods

Implementations on Foreign Types

Implementors