pub(crate) trait ExtractComponents { // Required method fn components(&self) -> (PipelineNamespaceId, NonZeroU32); }