Performs a side-effect if this is a None.
Result<Option<T>> ifNone( @noFutures void Function(Option<T> self, None<T> none) noFutures, );