cgp-component 0.4.1-alpha

Context-generic programming core component traits
Documentation
1
2
3
4
#[diagnostic::on_unimplemented(
    note = "You need to add `#[cgp_provider({Component})]` on the impl block for CGP provider traits"
)]
pub trait IsProviderFor<Component, Context, Params = ()> {}