Type Definition sauron_core::dom::Cmd[][src]

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

alias Cmd to use Program as the APP