Trait fsio::path::as_path::AsPath[][src]

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