,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
Mapper: MapSubsystem,
{
AllSubsystems {
candidate_validation: >::map_subsystem(
&mapper,
self.candidate_validation,
),
candidate_backing: >::map_subsystem(
&mapper,
self.candidate_backing,
),
statement_distribution: >::map_subsystem(
&mapper,
self.statement_distribution,
),
availability_distribution: >::map_subsystem(
&mapper,
self.availability_distribution,
),
availability_recovery: >::map_subsystem(
&mapper,
self.availability_recovery,
),
bitfield_signing: >::map_subsystem(
&mapper,
self.bitfield_signing,
),
bitfield_distribution: >::map_subsystem(
&mapper,
self.bitfield_distribution,
),
provisioner: >::map_subsystem(&mapper, self.provisioner),
runtime_api: >::map_subsystem(&mapper, self.runtime_api),
availability_store: >::map_subsystem(
&mapper,
self.availability_store,
),
network_bridge: >::map_subsystem(
&mapper,
self.network_bridge,
),
chain_api: >::map_subsystem(&mapper, self.chain_api),
collation_generation: >::map_subsystem(
&mapper,
self.collation_generation,
),
collator_protocol: >::map_subsystem(
&mapper,
self.collator_protocol,
),
approval_distribution: >::map_subsystem(
&mapper,
self.approval_distribution,
),
approval_voting: >::map_subsystem(
&mapper,
self.approval_voting,
),
gossip_support: >::map_subsystem(
&mapper,
self.gossip_support,
),
dispute_coordinator: >::map_subsystem(
&mapper,
self.dispute_coordinator,
),
dispute_participation: >::map_subsystem(
&mapper,
self.dispute_participation,
),
dispute_distribution: >::map_subsystem(
&mapper,
self.dispute_distribution,
),
chain_selection: >::map_subsystem(
&mapper,
self.chain_selection,
),
}
}
}