cgp-component 0.4.1-alpha

Context-generic programming core component traits
Documentation
1
2
3
use core::marker::PhantomData;

pub struct UseDelegate<Components>(pub PhantomData<Components>);