none abstract method

Result<None<T>> none()

Safely gets the None instance. Returns an Ok on None, or an Err on Some.

Implementation

Result<None<T>> none();