Trait jujutsu_lib::repo_path::RepoPathJoin[][src]

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

Associated Types

Loading content...

Required methods

fn join(&self, entry: &T) -> Self::Result[src]

Loading content...

Implementors

Loading content...