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

Defines as path trait.

Required Methods

Converts to a path reference.

Implementations on Foreign Types

Implementors