Skip to main content

DisplayPath

Trait DisplayPath 

Source
pub trait DisplayPath {
    // Required method
    fn display_lossy(&self) -> Cow<'_, str>;
}

Required Methods§

Source

fn display_lossy(&self) -> Cow<'_, str>

Implementations on Foreign Types§

Source§

impl DisplayPath for OsStr

Source§

fn display_lossy(&self) -> Cow<'_, str>

Source§

impl DisplayPath for Path

Source§

fn display_lossy(&self) -> Cow<'_, str>

Implementors§