PathRef

Trait PathRef 

Source
pub trait PathRef:
    AsRef<Utf8Path>
    + Send
    + Sync { }

Implementors§

Source§

impl<T> PathRef for T
where T: AsRef<Utf8Path> + Send + Sync,