OptionFutureUnwrap<T> extension
Methods
-
call(
) → Future< T> -
Available on Future<
Allows calling aOption< , provided by the OptionFutureUnwrap extensionT> >Future<Option<T>>value like a function, transforming it into a Future that unwraps the returnedOptionvalue.