You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move fn type_name and fn sort_key_prefix to trait Identifiable.
Before the functions `fn type_name` and `fn sort_key_prefix` existed on both the
trait `Encryptable` and `Decryptable`, which made it hard to make proper trait bounds.
This PR moves both functions to the trait `Identifiable`.
0 commit comments