Module combu::action[][src]

Expand description

action is a module about 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>.