Refactor HandlerOutput
and HandlerResult
#184
Labels
O: new-feature
Objective: aims to add new feature
HandlerOutput
and HandlerResult
#184
HandlerOutput
andHandlerResult
should be modeled roughly as:HandlerOutputBuilder
would also be renamed toHandlerResultBuilder
, and build aHandlerResult
.with_result()
could be split intowith_value(T)
, andwithout_value()
(to avoid the uglywith_result(())
when there's no result). Hopefully we could get rid ofmerge()
andmerge_output()
as well.@hu55a1n1 and @romac contributed to these ideas.
The text was updated successfully, but these errors were encountered: