Type Alias ServiceWorkerRegistrationId

Source
pub type ServiceWorkerRegistrationId = NamespaceIndex<ServiceWorkerRegistrationIndex>;

Aliased Type§

pub struct ServiceWorkerRegistrationId {
    pub namespace_id: PipelineNamespaceId,
    pub index: Index<ServiceWorkerRegistrationIndex>,
}

Fields§

§namespace_id: PipelineNamespaceId§index: Index<ServiceWorkerRegistrationIndex>

Implementations§