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

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

Defines as path trait.

Required methods

fn from_path(path: &Path) -> Self

Converts from a path reference.

Loading content...

Implementations on Foreign Types

impl FromPath for String[src]

impl FromPath for PathBuf[src]

Loading content...

Implementors

Loading content...