[][src]Trait tlrepo::RepositoryExt

pub trait RepositoryExt {
    pub fn thread_local(&self) -> ThreadLocalRepo;
}

Extension trait for git2::Repository, to create a ThreadLocalRepo with the path to the repository.

Required methods

pub fn thread_local(&self) -> ThreadLocalRepo[src]

Get a ThreadLocalRepo that reopens the path to this git2::Repository on each thread.

Loading content...

Implementations on Foreign Types

impl RepositoryExt for Repository[src]

Loading content...

Implementors

Loading content...