pub type Handler = Callback<ArgMatches, BoxFuture<'static, Result<()>>>;
struct Handler { /* private fields */ }