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