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