Skip to content

Instantly share code, notes, and snippets.

@Aceeri
Created December 18, 2016 06:56
Show Gist options
  • Select an option

  • Save Aceeri/fc4c82b4f8e5c83a71e254bcadc5a44e to your computer and use it in GitHub Desktop.

Select an option

Save Aceeri/fc4c82b4f8e5c83a71e254bcadc5a44e to your computer and use it in GitHub Desktop.
pub struct TrackedStorage<F: Component + Default, C: Component, S: UnprotectedStorage<C> + Any + Send + Sync> {
inner_storage: S,
flag: PhantomData<F>,
comp: PhantomData<C>,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment