[][src]Module combu::action

action is a module about Action

Structs

ActionError

ActionError stores error of action.

Enums

ActionErrorKind

ErrorKind of ActionError

ActionResult

ActionResult stores result of action.

Type Definitions

Action

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