Type Definition shellfish::command::CommandFn[][src]

type CommandFn<T> = fn(_: &mut T, _: Vec<String>) -> Result<(), Box<dyn Error>>;