Struct git_mailmap::snapshot::ResolvedSignature
source · Expand description
A resolved signature with borrowed fields for a mapped name and/or email.
Fields§
§name: Option<&'a BStr>The mapped name.
email: Option<&'a BStr>The mapped email.