Trait gix::prelude::TreeEntryExt

source ·
pub trait TreeEntryExt {
    // Required method
    fn attach(self, repo: &Repository) -> Entry<'_>;
}
Expand description

Extensions for Entry.

Required Methods§

source

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

Attach Repository to the given tree entry. It can be detached later with detach().

Implementations on Foreign Types§

source§

impl TreeEntryExt for Entry

source§

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

Implementors§