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.
pub type StoreRoot<'s, S> = <S as Trackable>::PathBuilder<RootPath<'s, S>>;The PathBuilder pointing to the root data type in the store itself.
This is obtained by Store::build_path.