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

Extensions for revision specifications.

Required Methods

Attach Repository to the given rev-spec.

Implementations on Foreign Types

Implementors