Struct git2::Describe
[−]
[src]
pub struct Describe<'repo> {
// some fields omitted
}The result of a describe operation on either an Describe or a
Repository.
Methods
impl<'repo> Describe<'repo>
fn format(&self, opts: Option<&DescribeFormatOptions>) -> Result<String, Error>
Prints this describe result, returning the result as a string.