Trait IntoArcPath

Source
pub trait IntoArcPath {
    // Required method
    fn into_arc_path(self) -> Arc<Path>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoArcPath for &str

Source§

impl IntoArcPath for &OsStr

Source§

impl IntoArcPath for &Path

Source§

impl IntoArcPath for String

Source§

impl IntoArcPath for OsString

Source§

impl IntoArcPath for PathBuf

Implementors§