Created
December 18, 2016 06:56
-
-
Save Aceeri/fc4c82b4f8e5c83a71e254bcadc5a44e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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