Skip to main content

RustSignal

Derive Macro RustSignal 

Source
#[derive(RustSignal)]
Expand description

Marks the struct as a signal endpoint that contains a message from Rust to Dart. This can be marked on any type that implements Serialize.