cgp-component 0.4.1-alpha

Context-generic programming core component traits
Documentation
1
2
3
4
5
use crate::WithProvider;

pub struct UseContext;

pub type WithContext = WithProvider<UseContext>;