[][src]Type Definition repl_rs::Callback

type Callback<Context, Error> = fn(_: HashMap<String, Value>, _: &mut Context) -> Result<Option<String>, Error>;

Command callback function signature