Trait fsio::path::from_path::FromPath[][src]

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