Type Alias Type

Source
type Type = DomRectId;

Aliased Type§

struct Type {
    pub namespace_id: PipelineNamespaceId,
    pub index: Index<DomRectIndex>,
}

Fields§

§namespace_id: PipelineNamespaceId§index: Index<DomRectIndex>