When used as a return type, which Rust type plays a similar role to Python's None, JavaScript's null, or the void type in C/C++?
When used as a return type, which Rust type plays a similar role to Python's None, JavaScript's null, or the void type in C/C++?