Trait nicegit::BranchExt[][src]

pub trait BranchExt {
    fn tip_commit(&self) -> Option<Commit>;
}

A set of extension methods for the Branch type in git2.

Required Methods

Gets the Commit at the tip of this Branch.

Implementations on Foreign Types

impl<'repo> BranchExt for Branch<'repo>
[src]

Implementors