Skip to main content

Command

Derive Macro Command 

Source
#[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].