Trait git_repository::prelude::ReferenceExt[][src]

pub trait ReferenceExt {
    fn attach<A: Access + Sized>(self, access: &A) -> Reference<'_, A>;
}
Expand description

Extensions for references.

Required methods

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

Implementations on Foreign Types

Implementors