cgp-component 0.7.0

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>);