StoreRoot

Type Alias StoreRoot 

Source
pub type StoreRoot<'s, S> = <S as Trackable>::PathBuilder<RootPath<'s, S>>;
Expand description

The PathBuilder pointing to the root data type in the store itself.

This is obtained by Store::build_path.