Trait git_repository::reference::ReferencesExt[][src]

pub trait ReferencesExt: Access + Sized {
    fn find_reference<'a, Name, E>(
        &self,
        name: Name
    ) -> Result<Option<Reference<'_, Self>>, Error>
    where
        Name: TryInto<PartialName<'a>, Error = E>,
        Error: From<E>
, { ... } }
Expand description

Obtain and alter references comfortably

Provided methods

Implementors