logo

Type Definition sauron::Cmd

source · []
pub type Cmd<APP, MSG> = Cmd<Program<APP, MSG>>;
Expand description

alias Cmd to use Program as the APP