pub trait RepoPathJoin<T> { type Result; // Required method fn join(&self, entry: &T) -> Self::Result; }