template <typename Handler, typename DefaultV, typename DefaultE, typename ReturnType = typename ::fit::callable_traits<Handler>::return_type, bool callable_result = ::fit::is_callable<ReturnType>::value>

class result_adapter

Defined at line 138 of file ../../sdk/lib/fit-promise/include/lib/fpromise/promise_internal.h

Wraps a handler function and adapts its return type to a fpromise::result

via its specializations.

Records