cgp-component 0.5.0-alpha

Core CGP traits and types used for implementing the CGP component system
Documentation
1
2
3
use core::marker::PhantomData;

pub struct WithProvider<Provider>(pub PhantomData<Provider>);