Module combu::action[][src]

Expand description

action is a module about Action

Modules

bundle is a helper for processing in action.

Structs

ActionError stores error of action.

Enums

ErrorKind of ActionError

ActionResult stores result of action.

Type Definitions

Action is type for command action. It returns Result<ActionResult, ActionError>.