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. Commandのアクション結果を格納し、runの結果として返却するためのenum。

Type Definitions

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