Trait git_repository::prelude::RevSpecExt
source · pub trait RevSpecExt {
// Required method
fn attach(self, repo: &Repository) -> Spec<'_>;
}
Expand description
Extensions for revision specifications.
Required Methods§
sourcefn attach(self, repo: &Repository) -> Spec<'_>
fn attach(self, repo: &Repository) -> Spec<'_>
Attach Repository
to the given rev-spec.