You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But unfortunately, the TypeCheck doesn't accept eventuals::expected<std::optional<std::string>> or std::optional<std::string> as correctly matching the lambda function signature in the Then block above.
The text was updated successfully, but these errors were encountered:
I've written the following (slightly simplified for brevity) code:
I'd like to be able to wrap this code in a
TypeCheck
:But unfortunately, the
TypeCheck
doesn't accepteventuals::expected<std::optional<std::string>>
orstd::optional<std::string>
as correctly matching the lambda function signature in theThen
block above.The text was updated successfully, but these errors were encountered: