Type Definition sauron::Cmd[][src]

pub type Cmd<APP, MSG> = Cmd<Program<APP, MSG>>;
Expand description

alias Cmd to use Program as the APP