pub type ThreadData<T> = ThreadDataStorage<Trie<T>, T>;
Expand description

The Default ThreadData Storage with the Trie backend. This should be the right fit for basically all Use-Cases as it is the fastest Storage-Backend while also having low memory overhead