orElseAsyncForOptionReturn input as T if the passed input is Some(T). Otherwise, return the result of recoverer. function orElseAsyncForOption<T>(input: Option<T>, recoverer: OptionAsyncTryRecoveryFn<T>): Promise<Option<T>>;§orElseAsyncForOption<T>(input: Option<T>, recoverer: OptionAsyncTryRecoveryFn<T>): Promise<Option<T>>[src]§Type Parameters§T[src]§Parameters§input: Option<T>[src]§recoverer: OptionAsyncTryRecoveryFn<T>[src]§Return Type§Promise<Option<T>>[src]