Trait git_repository::Access[][src]

pub trait Access {
    fn repo(&self) -> &Repository;
fn cache_mut(&self) -> RefMut<'_, Cache>; }

Required methods

Implementors