Type Definition Callback
repl_rs
type Callback<Context, Error> = fn(_: HashMap<String, Value>, _: &mut Context) -> Result<Option<String>, Error>;
Command callback function signature