pub const EMPTY_TESTAMENT: GitTestament<'_>;
Expand description

An empty testament.

This is used by the derive macro to fill in defaults in the case that an older derive macro is used with a newer version of git_testament.

Typically this will not be used directly by a user.