pub type StorageEntry<'a> = Entry<Cow<'a, str>, Cow<'a, str>>;
An entry denoting a pallet or a constant name.
pub enum StorageEntry<'a> { In(Cow<'a, str>), Name(Cow<'a, str>), }
The name of the thing that the following entries are in/under.
The name of the entry in/under the last given Entry::In.
Entry::In