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