Expand description
§Handler
In Shellfish handlers act as a way of interpreting commands. This means
they take the command arguments, along with a couple of state parameters
and run the command. For most cases you want
DefaultHandler
, unless you are doing async
in which case DefaultAsyncHandler
is for you.
Re-exports§
pub use default::*;
pub use app::*;
app
pub use asynchronous::*;
async
pub use async_app::*;
app
andasync
Modules§
- app
app
- async_
app app
andasync
- asynchronous
async
- default