Closed FreeMasen closed 3 years ago
All of the properties of Claims and RegisteredClaims are eligible to #[derive(Clone)] which I have found a need for. A new type can provide a workaround but it would be nice to have it provided.
Claims
RegisteredClaims
#[derive(Clone)]
Looks good! Thanks for the contribution.
All of the properties of
Claims
andRegisteredClaims
are eligible to#[derive(Clone)]
which I have found a need for. A new type can provide a workaround but it would be nice to have it provided.