Why not support default parameters, such as Option type, which default to None · Issue #98090 · rust-lang/rust
I am developing a library. When adding feature, it is inevitable to add parameters to functions or methods. However, this will lead to that the developers who used my library must make correspondin...