pub trait Command { }
Expand description

Type-level enum of commands. Supertrait of Runner

Implementors