sync abstract method

Result<Sync<T>> sync()

Safely gets the Sync instance. Returns an Ok on Sync, or an Err on Async.

Implementation

Result<Sync<T>> sync();