[][src]Type Definition gameshell::Spec

type Spec<'b, 'a, A, D, C> = (&'b [(&'static str, Option<&'a Decider<A, D>>)], fn(&mut C, &[A]) -> Result<String, String>);

The command specification format