pub type Commit = CommitData<Oid, Oid>;
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.
The associated error which can be returned from parsing.
Parses a string
s to return a value of this type.
Read more
Converts the given value to a
String.
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.