|
|
|
|
|
by winstonewert
1490 days ago
|
|
Where did anyone anywhere in this thread claim that you could "represent sql null in a way that can't go wrong?" Yes, Rust options explode if you unwrap a None. But that's explicitly what `unwrap()` does. It a big improvement over any random access potentially implicitly exploding. |
|