#[derive(SignalPiece)]Expand description
Marks the struct as a signal
that can be nested within other signals.
A SignalPiece cannot be sent independently
and is only a partial component of DartSignal or RustSignal.
#[derive(SignalPiece)]Marks the struct as a signal
that can be nested within other signals.
A SignalPiece cannot be sent independently
and is only a partial component of DartSignal or RustSignal.