#[derive(Command)]
{
// Attributes available to this derive:
#[stream]
}
Expand description
Macro entry point that generates CommandStreams implementations for
structs whose StreamId fields are annotated with #[stream].
#[derive(Command)]
{
// Attributes available to this derive:
#[stream]
}
Macro entry point that generates CommandStreams implementations for
structs whose StreamId fields are annotated with #[stream].