Type Definition sauron::prelude::Cmd[][src]

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

alias Cmd to use Program as the APP