T
is storable then it should implement
StorageAsPointer
in order to be able to get the address of the storage path. Otherwise, if
T
is not storable then it should implement some kind of updating trait, e.g.
StoragePathEntry
.
pub struct StoragePath {
__hash_state__: HashState,
}