pub trait Component<D> { // Required method fn build(self: Box<Self>, ctx: BuildContextPrefix<'_, D>) -> Component; }