xtask::extendrtests::path_helper

Trait RCompatiblePath

Source
pub(crate) trait RCompatiblePath
where Self: AsRef<Path>,
{ // Provided method fn adjust_for_r(&self) -> String { ... } }

Provided Methods§

Implementors§

Source§

impl<T> RCompatiblePath for T
where T: AsRef<Path>,