Type Alias Commit
Source pub type Commit = CommitData<Oid, Oid>;
pub struct Commit { }
Read the Commit from the repo that is expected to be found at
oid.
Write the given Commit to the repo. The resulting Oid
is the identifier for this commit.
Formats the value using the given formatter.
Read more
The associated error which can be returned from parsing.
Parses a string
s to return a value of this type.
Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.