pub fn find_storage_key_salt(input: &DeriveInput) -> Option<TypeParam>
Expand description
Finds the salt of a struct, enum or union.
The salt is any generic that has bound StorageKey
.
In most cases it is the parent storage key or the auto-generated storage key.