#[derive(RustSignalBinary)]Expand description
Marks the struct as a signal endpoint
that contains a message and binary from Rust to Dart.
This can be marked on any type that implements Serialize.
#[derive(RustSignalBinary)]Marks the struct as a signal endpoint
that contains a message and binary from Rust to Dart.
This can be marked on any type that implements Serialize.