#[derive(NamedComponent)]
{
// Attributes available to this derive:
#[enrichment_table_component]
#[provider_component]
#[secrets_component]
#[sink_component]
#[source_component]
#[transform_component]
}
Expand description
Generates an implementation of the NamedComponent
trait for the given container.