[][src]Trait fs_err::PathExt

pub trait PathExt: Sealed {
    fn fs_err_metadata(&self) -> Result<Metadata>;
fn fs_err_symlink_metadata(&self) -> Result<Metadata>;
fn fs_err_canonicalize(&self) -> Result<PathBuf>;
fn fs_err_read_link(&self) -> Result<PathBuf>;
fn fs_err_read_dir(&self) -> Result<ReadDir>; }

Defines aliases on Path for fs_err functions.

This trait is sealed and can not be implemented by other crates.

Required methods

Loading content...

Implementations on Foreign Types

impl PathExt for Path[src]

Loading content...

Implementors

Loading content...