Rust const : () =
名前空間を限定することによる衝突回避、型チェック
const _: () =
The ability to ensure that code type checks while discarding the result is useful, especially in custom derives. For example, the following code will not compile if the type MyType doesn’t implement the trait MyTrait: