Dataset using introspection is better

This commit is contained in:
2024-02-08 18:03:09 +01:00
parent 8e8b3f3da4
commit 139c6a0356
5 changed files with 49 additions and 81 deletions

View File

@ -39,6 +39,7 @@ impl<'a> Store<'a> {
}
}
// TODO needs to be able to be uninitialized as it should be usable as member
// A smart pointer to a Store protecting insane (static) pointer usage
// only works during threading, panics otherwise
struct StoreAccessor {