Type Definition unwalk_base::ActionResult [] [src]

type ActionResult = Result<(), Error>;

Alias to Result type of performing Action.