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

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

Defines as path trait.

Required methods

pub fn as_path(&self) -> &Path[src]

Converts to a path reference.

Loading content...

Implementations on Foreign Types

impl AsPath for str[src]

impl AsPath for &str[src]

impl AsPath for String[src]

impl AsPath for &String[src]

impl AsPath for &Path[src]

impl AsPath for PathBuf[src]

Loading content...

Implementors

Loading content...