Trait ToArcaPath

Source
pub trait ToArcaPath {
    // Required method
    fn to_arca(&self) -> Path;
}

Required Methods§

Source

fn to_arca(&self) -> Path

Implementations on Foreign Types§

Source§

impl ToArcaPath for Path

Source§

fn to_arca(&self) -> Path

Source§

impl ToArcaPath for PathBuf

Source§

fn to_arca(&self) -> Path

Implementors§