cgp_component/traits/
is_provider.rs

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