Type Alias ServiceWorkerId

Source
pub type ServiceWorkerId = NamespaceIndex<ServiceWorkerIndex>;

Aliased Type§

pub struct ServiceWorkerId {
    pub namespace_id: PipelineNamespaceId,
    pub index: Index<ServiceWorkerIndex>,
}

Fields§

§namespace_id: PipelineNamespaceId§index: Index<ServiceWorkerIndex>

Implementations§