pub trait FromPath {
    fn from_path(path: &Path) -> Self;
}
Expand description

Defines as path trait.

Required Methods

Converts from a path reference.

Implementations on Foreign Types

Implementors