Trait Command

Source
pub trait Command: Send { }
Expand description

Trait for a Request that represents a Command.

Change the state of a system but do not return a value.

Implementorsยง