Handler

Type Alias Handler 

Source
pub type Handler = Callback<ArgMatches, BoxFuture<'static, Result<()>>>;

Aliased Typeยง

pub struct Handler { /* private fields */ }