Trait polkadot_node_subsystem::gen::Subsystem
pub trait Subsystem<Ctx, E>{
// Required method
fn start(self, ctx: Ctx) -> SpawnedSubsystem<E>;
}
Expand description
Required Methods§
fn start(self, ctx: Ctx) -> SpawnedSubsystem<E>
fn start(self, ctx: Ctx) -> SpawnedSubsystem<E>
Start this Subsystem
and return SpawnedSubsystem
.