Trait gix::prelude::RevSpecExt

source ·
pub trait RevSpecExt {
    // Required method
    fn attach(self, repo: &Repository) -> Spec<'_>;
}
Available on crate feature revision only.
Expand description

Extensions for revision specifications.

Required Methods§

source

fn attach(self, repo: &Repository) -> Spec<'_>

Attach Repository to the given rev-spec.

Implementations on Foreign Types§

source§

impl RevSpecExt for Spec

source§

fn attach(self, repo: &Repository) -> Spec<'_>

Implementors§