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 = ()> {}