pub type ImageDataId = NamespaceIndex<ImageDataIndex>;Aliased Type§
pub struct ImageDataId {
pub namespace_id: PipelineNamespaceId,
pub index: Index<ImageDataIndex>,
}Fields§
§namespace_id: PipelineNamespaceId§index: Index<ImageDataIndex>