pub trait ReferenceExt {
    fn attach(self, repo: &Repository) -> Reference<'_>;
}
Expand description

Extensions for references.

Required Methods

Attach Repository to the given reference. It can be detached later with [detach()].

Implementations on Foreign Types

Implementors