ok abstract method

FutureOr<Option<Ok<T>>> ok()

Safely gets the Ok instance, resolving any Future.

Implementation

FutureOr<Option<Ok<T>>> ok();